Loading Tool

Explorer IconExplorer

Memory Pool

81,906 transactions
29.97 vMB
0.09534443 BTC
Random Selection Loading Transactions
Max Size: 181.88/200 MB

Candidate Block

Mining Attempt 5c45c152753f936b36a459a97ae3aee4be5f92ce6b6bc8ebb29e666dcef89138
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 83ee4df928cdd78a86d68a8390c71505e654a0b8e11a85da826bbec932935bec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,212
Size: 1.00 vMB
Total Fees: 0.02645388 BTC
Feerates: 301.57 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (104,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,528 810,528 00000000000000000004749a1d06c52c2442a7bec69ace34edb9a0d6e9102182 1,874 1.00/1.00 vMB 18
810,527 810,527 0000000000000000000414f3f28471c47828125d3f4392b9d9bc51579b353bdf 1,722 1.00/1.00 vMB 15
810,526 810,526 00000000000000000000c601edbc0587e186243694f834d99cfe8855469fb4bf 1,754 1.00/1.00 vMB 8
810,525 810,525 00000000000000000000097e6068115413b9d16c555a2f922e40fc8ddec598d1 2,331 1.00/1.00 vMB 14
810,524 810,524 0000000000000000000148e11793404dd5248130c8f7d78cf9aaee5bac4e98b0 2,581 1.00/1.00 vMB 33
810,523 810,523 000000000000000000015579b88d12f0389dc9eecae86cf0e6d8d32d83bd59fa 1,677 1.00/1.00 vMB 15
810,522 810,522 00000000000000000002c9edc65ffb7df1ab3031b770ec949eee079342919087 2,858 1.00/1.00 vMB 27
810,521 810,521 00000000000000000001e7c0467bfc4e5208fbf60a58fc964f96cb78ecfd4fbe 2,453 1.00/1.00 vMB 38
810,520 810,520 000000000000000000036ae1b88fd715cb123246f5edc1cdbd1e9bc6aa84ad75 2,007 1.00/1.00 vMB 14
810,519 810,519 00000000000000000000d65a81eb3bd2a1f5dbdf88d7cf40030dc67e1da30896 1,186 1.00/1.00 vMB 31
810,518 810,518 00000000000000000004461c08f1558154cd08b7645837bc5958114b072d9b6a 2,863 1.00/1.00 vMB 36
810,517 810,517 000000000000000000007d319359b09843365de786a5b4799dbef65fa586ecb2 1,758 1.00/1.00 vMB 8
810,516 810,516 000000000000000000029f437bb8fd1555c7556c6193a368e973c8bb2bb1f8bc 2,219 1.00/1.00 vMB 15
810,515 810,515 000000000000000000014ca0445eebcb6cd7f341bcbfae3a64ff330032e9498b 1,825 1.00/1.00 vMB 21
810,514 810,514 00000000000000000003929a2e35b9993106a2c2b527525a0684c467a4650fdb 2,842 1.00/1.00 vMB 28
810,513 810,513 000000000000000000023c2a269d893358cf6efdef7d274ed54ac6f29b4807c7 3,023 1.00/1.00 vMB 25
810,512 810,512 000000000000000000021e2e453beb414a1bd2444c2028361b0d789ed541ace2 3,419 1.00/1.00 vMB 28
810,511 810,511 0000000000000000000183ce4499beb2f1070b7b842e4c4b2a05c291bfc9af9b 2,484 1.00/1.00 vMB 31
810,510 810,510 00000000000000000000754d52a14970e1f5556c65f6397ee0a024509061bf65 2,585 1.00/1.00 vMB 31
810,509 810,509 000000000000000000007527c361fb04a213cbccee72be29cca1ad69b2f47ec7 3,400 1.00/1.00 vMB 37
810,508 810,508 00000000000000000001e3dff2e1c949a8fa5ede0a6489c76c29e436e025cd63 3,424 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.74 GB
    • Received: 16.00 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.