Loading Tool

Explorer IconExplorer

Memory Pool

76,130 transactions
28.39 vMB
0.06420367 BTC
Random Selection Loading Transactions
Max Size: 172.11/200 MB

Candidate Block

Mining Attempt 22c8b5ab3e55f5fba036ab8ae666a90c9c822aa8b9327b6f362a0a20a607ca80
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0afb13feb252c6770fc37e5d3dde649ac2614ace8632ad28d9f68f6ee3985073
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,894
Size: 1.00 vMB
Total Fees: 0.00542519 BTC
Feerates: 41.50 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (455,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,185 459,185 0000000000000000006aee83fed0e47ca015e52fc919c2e3ddddd0752609387a 2,012 1.00/1.00 vMB 160
459,184 459,184 00000000000000000057fd04ccf98250f1e6c8f22cbb45b750d7c12b9d9bac8c 2,031 1.00/1.00 vMB 212
459,183 459,183 00000000000000000149b255c111c4ecf6b91c6248d44fba622a21afe75baea9 2,367 1.00/1.00 vMB 170
459,182 459,182 000000000000000002307218468fee8b9e6da0b8d2f30b57d01e277646b60764 673 0.43/1.00 vMB 90
459,181 459,181 00000000000000000118259dedf1966f27c61c13c0f31c0fd17e73b50b56e155 2,196 1.00/1.00 vMB 100
459,180 459,180 0000000000000000024d91409998e7488324bd06ce6b3cf9dd6305df92368a30 2,146 1.00/1.00 vMB 135
459,179 459,179 00000000000000000016672005b20193f2991031e83ccd73412dac1f92b387af 2,909 1.00/1.00 vMB 206
459,178 459,178 0000000000000000001aedddcf0838e32bc3c0f5b984dd3793fa6f939d42da66 1,738 1.00/1.00 vMB 122
459,177 459,177 000000000000000000beceea3ee9216dc66d71c8d512001bdb2e87720eec91cd 271 0.17/1.00 vMB 166
459,176 459,176 00000000000000000103ef5d22fe652ee6cca932e338cdaea3d67d768bdc0f3e 22 0.01/1.00 vMB 87
459,175 459,175 000000000000000000f9b1825cf9f77dd363454c03c2e5770bc659b4f3a0a161 142 0.06/1.00 vMB 135
459,174 459,174 0000000000000000017fea216648ad7d2e6bf2d210676de160c590f9fa82d765 428 0.17/1.00 vMB 154
459,173 459,173 0000000000000000000f634fa01ef802bc4f224c6752ba5dc99eabe5513fe7e0 1,168 0.49/1.00 vMB 144
459,172 459,172 00000000000000000069948de4bb7c9e6bcc30ed178d251d7b2c05aeb7be70af 1,310 0.99/1.00 vMB 72
459,171 459,171 000000000000000001a2687a2f639e6dce56738c9246f78e5c5751944267eaa6 1,994 1.00/1.00 vMB 123
459,170 459,170 000000000000000001dfdf4cd37b0045e6cd820d0efe498fda8d82b5f49cddc9 2,091 1.00/1.00 vMB 123
459,169 459,169 000000000000000001d296a3af625b50801ea9346e1f74503d92dcf640e82de1 1,268 1.00/1.00 vMB 93
459,168 459,168 000000000000000000b16df5088801692e5de3ed80af984c883bb70ded57ca61 1,674 1.00/1.00 vMB 64
459,167 459,167 000000000000000000869dd6eb46fdbf1c13e7555d70d89b6ed2022c39b64fa0 2,342 1.00/1.00 vMB 166
459,166 459,166 00000000000000000083db3beb2e3d07d1f000e57546a77fb0cba769682c08de 732 1.00/1.00 vMB 19
459,165 459,165 000000000000000001d7883b9dc60b3f9a4c9df4a0227540cf4f77fdf6558f67 1,316 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.