Loading Tool

Explorer IconExplorer

Memory Pool

78,941 transactions
29.54 vMB
0.07116016 BTC
Random Selection Loading Transactions
Max Size: 177.56/200 MB

Candidate Block

Mining Attempt 69dab028dbf6c704ad5d7d4133a4357dad6471829b6b00f2795c9935d643d7b9
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root a1cf51386866cea16bce87a85b4bb4820f9110a19d0e9d765d294c8cf799b681
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,687
Size: 1.00 vMB
Total Fees: 0.01115516 BTC
Feerates: 150.93 > 1.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (425,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,404 489,404 0000000000000000000fb434abbf67ece55865ebcf461e6e0bc1f4de9356cfe1 1,847 0.94/1.00 vMB 29
489,403 489,403 00000000000000000003c5c081787dae5f099362a6adce1403c23a92d666a451 1,902 0.87/1.00 vMB 66
489,402 489,402 0000000000000000004be97890fb4ffca628d8b9c29b31d41544ab32657d2047 2,008 1.00/1.00 vMB 39
489,401 489,401 00000000000000000081f1ed7b10afc96f3d3fbd6d6e3b15567a8bbc08f63d06 1,997 0.95/1.00 vMB 42
489,400 489,400 000000000000000000e8735245cd400bd988e1768bcc69243d22a9bc9613c199 2,145 1.00/1.00 vMB 49
489,399 489,399 00000000000000000055dac45023ea6d2d758da4a85a6c403a39d8ac31d98308 2,436 1.00/1.00 vMB 149
489,398 489,398 0000000000000000002d4edbc1061dac4a28f658f779d69e9bc13a5ee68ec2f7 2,555 1.00/1.00 vMB 151
489,397 489,397 000000000000000000c9cdd5e6ebebc3f08010921056b8c31cc3550d00d70677 2,403 0.94/1.00 vMB 57
489,396 489,396 0000000000000000004f26ac5380d9473a4b8187ece1fbdb130ea7ba522f77e8 2,237 1.00/1.00 vMB 144
489,395 489,395 000000000000000000591f7ea65742287cf74ed7c2f66638c2aa8feed114eba3 2,452 0.96/1.00 vMB 151
489,394 489,394 000000000000000000b98941b29aeac03cf6664dfdfb807607d257218902a517 1,391 0.98/1.00 vMB 125
489,393 489,393 0000000000000000006c6eb873d9646b9de16cf7983f2798e3d91ba826b60755 1,349 1.00/1.00 vMB 127
489,392 489,392 000000000000000000f45cdadedd6736c3de35bdbd53a3848af61334080b15e7 1,396 0.99/1.00 vMB 140
489,391 489,391 0000000000000000006b829ffdad10eae42b64288478fcf40d9ea23daf7df9b1 2,276 1.00/1.00 vMB 220
489,390 489,390 0000000000000000008d116cbc14badabc41d156a8b30845d086790d33dc4fc6 2,611 1.00/1.00 vMB 144
489,389 489,389 0000000000000000001dc4b5de4cdc1892b37b963212abd3e11671b244d42f80 2,122 1.00/1.00 vMB 104
489,388 489,388 000000000000000000652c45d68b93d0c7a72960bba7201e7abc4c9e578c4f90 1,526 1.00/1.00 vMB 160
489,387 489,387 0000000000000000006241df8a071b8d832faa36f638c235dc79d32143bd2e33 2,314 0.98/1.00 vMB 103
489,386 489,386 000000000000000000e80e06faf19d9b7b59f455935803b222c39e524ee7cd2c 1,883 0.97/1.00 vMB 70
489,385 489,385 000000000000000000808b26620a1e4e4b75f40bb577b29e5a77cf8130fd2fc9 2,174 1.00/1.00 vMB 144
489,384 489,384 000000000000000000151732fa5b3fa5d439803973f8677e805f00c132c66065 2,513 0.95/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.