Loading Tool

Explorer IconExplorer

Memory Pool

78,863 transactions
29.11 vMB
0.09980899 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt 9c0458951f1a4466f327b8ae52972d1db19375874c977fdd707d9b86cf85d933
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 2daf85ac6c79278ed525e421e708789290ce0e5579361ad7cdcb046bb7ed65d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,388
Size: 1.00 vMB
Total Fees: 0.03902009 BTC
Feerates: 137.15 > 3.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (360,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,538 554,538 0000000000000000002c2d6a19dda88115d84bc1de18d7d109576b12655611c1 2,484 1.00/1.00 vMB 20
554,537 554,537 0000000000000000000ecbe00dd21cfa8915f3597261e808cc750dbb626f9fc1 1,845 1.00/1.00 vMB 5
554,536 554,536 0000000000000000000137906dffcd99e8ea0caa3371f7808cad423bf3e01dd9 2,549 1.00/1.00 vMB 21
554,535 554,535 0000000000000000000b94921580290af4ceaab575ded8618c76bd1b6291ae15 2,382 1.00/1.00 vMB 17
554,534 554,534 0000000000000000002348bb8a226c93b84ed31888046ef08c273405bab8bace 2,639 1.00/1.00 vMB 4
554,533 554,533 0000000000000000000f904e61328b2a76db755849d1a08e8cb79059f986e1f4 3,087 1.00/1.00 vMB 30
554,532 554,532 000000000000000000187de5995e95bb21c750cb689f8bc9542aa672ab4f4c7c 2,292 1.00/1.00 vMB 6
554,531 554,531 0000000000000000000fa5adf32979f0e377ff113eb98ce84f5f1bc7a40bcf35 2,665 1.00/1.00 vMB 31
554,530 554,530 00000000000000000012f84c5c2a03d192a28465ce4a6e3b3a9a7db7a3b99787 2,312 1.00/1.00 vMB 15
554,529 554,529 00000000000000000036c0ad919b0ccc22a765e5af807ea28aceddc5f538756d 2,854 1.00/1.00 vMB 33
554,528 554,528 0000000000000000002182655469a8d7f9c76261e89e1224c1688b28576b52f5 3,185 1.00/1.00 vMB 44
554,527 554,527 0000000000000000000967b90393c2c05fbf2ea2dcd9671411831162db436ca3 1,580 1.00/1.00 vMB 7
554,526 554,526 000000000000000000144dee48ad214c12408d1c3abfa8e5f856fff5b8fba0e2 1,592 1.00/1.00 vMB 11
554,525 554,525 0000000000000000001596471ab3a71aa48698bb08bfcff652920d2f0e2fd642 2,942 1.00/1.00 vMB 44
554,524 554,524 0000000000000000000836adc919c3ea83aa98cd5c3bcbb287247a763e5877e1 2,170 1.00/1.00 vMB 32
554,523 554,523 000000000000000000172a4342c132b0e36a133b8676bb9dd1a555a7f8f57a0b 2,166 1.00/1.00 vMB 10
554,522 554,522 0000000000000000002c3ae0684d76f3be47413b5381c2b220434327a3e82f43 2,756 1.00/1.00 vMB 30
554,521 554,521 00000000000000000012ca146d2d1dc07d3157094b019ee59513e7a4caafc34e 2,781 1.00/1.00 vMB 22
554,520 554,520 0000000000000000000b789aa2cdc3b9159869aee4dd5afb32448914e982e941 3,297 1.00/1.00 vMB 53
554,519 554,519 00000000000000000025c1ce3b766cafd5ba9ea5aea493bdc1a3c3ffbc8c4934 2,131 1.00/1.00 vMB 24
554,518 554,518 0000000000000000000c0c01794c44afadddeaccef1aec103bcaf3cbbfd6742f 1,826 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.59 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.40 GB
    • Received: 15.93 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.