Loading Tool

Explorer IconExplorer

Memory Pool

73,374 transactions
27.16 vMB
0.06132683 BTC
Random Selection Loading Transactions
Max Size: 165.90/200 MB

Candidate Block

Mining Attempt a1305fd1fb6c4a2f8eb0e810e4b9faff68545fc27aec91c08892a31c84a4051f
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root f33900cbc55140544f2545e22df7b2070534668f6c0059974bdc74f471e0b791
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.00369750 BTC
Feerates: 22.12 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (275,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,808 639,808 00000000000000000001cb6b07610def8bd3f657c372240da4a986222be001c0 2,268 1.00/1.00 vMB 26
639,807 639,807 0000000000000000000fbfc4948132a559b92bf67693020f7034c920d9bcc667 2,665 1.00/1.00 vMB 17
639,806 639,806 0000000000000000000cbaa02b24849057b7cfbe955f0ed0ee8c4202c44bd75a 2,693 1.00/1.00 vMB 43
639,805 639,805 000000000000000000058f688b747daba949e1f0c8d00464872a4897883b63dc 3,044 1.00/1.00 vMB 51
639,804 639,804 0000000000000000000081b32327d980c0611f6f131ae280743874efa0cc384f 2,715 1.00/1.00 vMB 45
639,803 639,803 0000000000000000000e6c48cd3a07f656346a51a6d07fa980b26e8b88f9675a 2,271 1.00/1.00 vMB 29
639,802 639,802 00000000000000000004935328a608e7a18e9d2ede4001680d223d5a15537bbe 2,101 1.00/1.00 vMB 21
639,801 639,801 000000000000000000066e150cac6cfdf95b4db263d0998d9408adf781afd663 2,621 1.00/1.00 vMB 31
639,800 639,800 0000000000000000000e871e401e7464761b843ac1efdbf1c3e07d7557de90a5 2,878 1.00/1.00 vMB 41
639,799 639,799 0000000000000000000307c43590658fcef4f7ca769655af56d6235c7bed8ea8 2,874 1.00/1.00 vMB 36
639,798 639,798 000000000000000000060edf7f76aed6460f6718645b4a1635641730221aa2be 2,737 1.00/1.00 vMB 50
639,797 639,797 00000000000000000009b5274e4040dd9caf7ae19b2c78bb3e4406c24233edbc 2,497 1.00/1.00 vMB 59
639,796 639,796 0000000000000000000aa746667b5109c0aff36f9a4b3cc96a589adb45810789 2,933 1.00/1.00 vMB 90
639,795 639,795 0000000000000000000fba17f81f28383553f2d28cff3246b508b854fbd6cbfc 2,346 1.00/1.00 vMB 60
639,794 639,794 00000000000000000002c475757ab6ddb7ffeb3aa99e20c57a9fdb85b8f8eb33 2,449 1.00/1.00 vMB 71
639,793 639,793 000000000000000000064124ad8f6c61f1f6298793810a846e9f9f19f5d46852 2,710 1.00/1.00 vMB 89
639,792 639,792 0000000000000000000fe4a6065b555937442aa4ee5c1fa40d3accd52b27caf7 3,078 1.00/1.00 vMB 94
639,791 639,791 0000000000000000000114dc78a9dab4be72906f9c6f06ff079cc0beb53ba579 2,663 1.00/1.00 vMB 91
639,790 639,790 000000000000000000020ff1fef55f386b09f7d94f5bd4c9b2fd849b9876e280 2,962 1.00/1.00 vMB 63
639,789 639,789 0000000000000000000dec77672693e16fc520f9eda7b65df3768cee472cde78 2,382 1.00/1.00 vMB 44
639,788 639,788 00000000000000000005973b113ee8960d0bb32d114bd352ef3d9a5a42889600 2,065 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.85 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: 712.42 GB
    • Received: 17.17 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.