Loading Tool

Explorer IconExplorer

Memory Pool

36,138 transactions
26.82 vMB
0.05456071 BTC
Random Selection Loading Transactions
Max Size: 135.67/200 MB

Candidate Block

Mining Attempt f8d0966ed91dabf0305b9a433b18444841fdea09a6722f93211716ef0438831a
Version 20000000
Previous Block 0000000000000000000179be315979af8643d60e3dbf26b1dc2d5ab14d2f469a
Merkle Root bbbb7b8e236aaa8ef863acd5217aad62109bdd19aa1292701dd1d4dd3eb7d88d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,485
Size: 1.00 vMB
Total Fees: 0.00397995 BTC
Feerates: 50.34 > 0.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,642 (523,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,803 390,803 0000000000000000024f0b4d4e4524ea8acbd134aab8e5526a6036a513c7894f 621 0.28/1.00 vMB 39
390,802 390,802 000000000000000000d057dfb25a3b62bb43eb7db540fc743ac413f65e5cc0f7 1,241 0.93/1.00 vMB 17
390,801 390,801 000000000000000004fc1e35b99fdf4b4c020afeedda9ca8cf3cae6e7d634101 1,165 0.93/1.00 vMB 26
390,800 390,800 0000000000000000058a7bf63d5a6311df3a2cf7fb722a56f020445564c58606 1,798 0.99/1.00 vMB 35
390,799 390,799 00000000000000000bb2342d67aff190c2b6eb308c696f63eb06eaa0eea3ae35 1,970 0.98/1.00 vMB 39
390,798 390,798 0000000000000000065a23a16adf46bf9b8b1939b187e1aac65a216a1704dea0 1,794 0.93/1.00 vMB 28
390,797 390,797 000000000000000008228fd59dd2311de644afbabc5157dcd59918f1309a0df0 2,427 0.95/1.00 vMB 66
390,796 390,796 00000000000000000526a7c28a8d9e3a4f94e35b0e78f95fb706371fa9073da6 1,823 1.00/1.00 vMB 33
390,795 390,795 00000000000000000b80f14b96c844a20085309ecd25182e8494d08049fc7a4d 1,976 0.95/1.00 vMB 27
390,794 390,794 0000000000000000001a7cb27cb945d6179183c5ac052a008698f93dd0f8131e 2,373 0.99/1.00 vMB 35
390,793 390,793 00000000000000000a941500b3b29299a92d35c9531e0d206bf8e2e93048f893 3,285 0.95/1.00 vMB 64
390,792 390,792 0000000000000000024d0f72319fd6ebe55c0ef88df201657b2d9eaaeb0ac5a3 2,176 1.00/1.00 vMB 35
390,791 390,791 000000000000000009f7f30c9fa9d94baa2829858110ad72fc2d7b667c47c14c 1,027 0.87/1.00 vMB 19
390,790 390,790 0000000000000000088d145547af69a572e6422dd6285725c647e76802f1a9e0 1,975 0.96/1.00 vMB 30
390,789 390,789 0000000000000000015624edba9af25b857845fe6c84ef770f9cf943bc2eaef5 2,872 1.00/1.00 vMB 48
390,788 390,788 00000000000000000a0e3a0b04d2ef8ae8ffc1d6d974c46a44b1cd57cf136211 282 0.25/1.00 vMB 13
390,787 390,787 000000000000000008bb1d8207b65d76bc95930f5970bba434240aea857addff 538 0.42/1.00 vMB 18
390,786 390,786 0000000000000000059859f49f12dbae0b3cd77f3f25b5ecbff35f11aae96dcd 943 0.69/1.00 vMB 31
390,785 390,785 000000000000000006b9446e7366f175473298ca65e0a82098fbe4d4580a5cef 2,276 1.00/1.00 vMB 38
390,784 390,784 000000000000000008e46807962bb7f40170c3176a7aa076c8fac634b84919a8 376 0.31/1.00 vMB 25
390,783 390,783 0000000000000000084c39b4da4f43ddcf6887fcd85a246d69a7e52eebabf094 1,999 0.79/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 632.00 GB
    • Received: 12.09 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.