Loading Tool

Explorer IconExplorer

Memory Pool

39,613 transactions
28.67 vMB
0.07592106 BTC
Random Selection Loading Transactions
Max Size: 145.63/200 MB

Candidate Block

Mining Attempt 1ae3c56bdd9566fee63e02cbbaf0d765d40d4b3c06f7431cc0dfb594880ccc60
Version 20000000
Previous Block 000000000000000000008c63f333c2759a97068a8205bd4bdb576a11858f7db9
Merkle Root d62e590334646cd063b86ec2c63c62aa7d513e8e2844fa04854b4bf88d23d3a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.02046919 BTC
Feerates: 115.11 > 2.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,608 (830,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,284 84,284 00000000000d93ba21ea9aff1cccb5582597265cff623536d5b2deb2411884be 2 0.00/1.00 vMB 0
84,283 84,283 00000000000a0367ea8e94a8dcb52efaed64fd340cbd98e5033cb599231eb735 1 0.00/1.00 vMB 0
84,282 84,282 000000000001ada10fd2939f03f70ef3b3fb377867d1394c0b5d92cd4e861c82 3 0.00/1.00 vMB 0
84,281 84,281 00000000000cd3f570d5a0d0507052cb50aa9d3f8fcb090e777363eeabd346dc 2 0.00/1.00 vMB 0
84,280 84,280 00000000000f9642af9a7b9f96cfcfe194a3a129f34bf9d181417c50403fde6a 1 0.00/1.00 vMB 0
84,279 84,279 0000000000131278d12fa48ff652b1975453dab57bd2643f1f1318fc8998fe12 5 0.00/1.00 vMB 0
84,278 84,278 000000000016084a7a88732f6182afd29d2792f2b6e100a2d929e7a5aed8f8ee 5 0.00/1.00 vMB 0
84,277 84,277 00000000000ab33f1926ffd267f732e3d6b2c9d6cf3a510aa191060dc792659c 3 0.00/1.00 vMB 0
84,276 84,276 00000000001b47bb1ac1119078311d24fe415d8022b4b93f5359fe3f7f1f1a3f 4 0.00/1.00 vMB 0
84,275 84,275 0000000000162b1239b5cd2566cb2c8ee91d11d1c40c5b7eee009954a24798cd 3 0.00/1.00 vMB 0
84,274 84,274 000000000020640012bfbac078bfeb4b22c31b26e27091aeb5c21172e22f9539 1 0.00/1.00 vMB 0
84,273 84,273 00000000000210e8040c55d2489b5c0ebceb8ef12ea3ac0dd4f993bf7b913fde 2 0.00/1.00 vMB 0
84,272 84,272 0000000000290964a70fd0ad4b40b8d0331358ef34a896590cd975f69e4512ea 3 0.00/1.00 vMB 0
84,271 84,271 000000000006dd44c4a5e3a6df7c79e4c529a48a29ca28671c49e729af21d5d9 1 0.00/1.00 vMB 0
84,270 84,270 000000000011d18ff8fb2101cd44efb706074755e91a2b032afcaef373077653 1 0.00/1.00 vMB 0
84,269 84,269 000000000020136d13080490a58352726b8a53abf967b2a2ff327f69ea92096a 2 0.00/1.00 vMB 0
84,268 84,268 000000000016e62a4091cd2b4356477a9273b3161f19dd4b7887b5f09195f0c8 1 0.00/1.00 vMB 0
84,267 84,267 0000000000057334b0b436811068827f2fd06c30bd10335a4bc635a4f565d3a1 2 0.00/1.00 vMB 0
84,266 84,266 000000000021e43399f80e6ae509c3c1ea7b39eae0a921a6b2614ee097625d1f 3 0.00/1.00 vMB 0
84,265 84,265 000000000020a8bf3e8f9634610e34e28a3d802ea0bb94519f86463c03a3cc2a 4 0.00/1.00 vMB 0
84,264 84,264 00000000001d20468a2a47dfd992f079bac0cec1aeba339726a3ba9d7eb757e7 12 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.70 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: 628.93 GB
    • Received: 11.85 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.