Loading Tool

Explorer IconExplorer

Memory Pool

47,356 transactions
27.98 vMB
0.06595750 BTC
Random Selection Loading Transactions
Max Size: 149.00/200 MB

Candidate Block

Mining Attempt c7083d8117ad7380ac04bdff8b55c773a6600f981a3343d4fbe5b2122f97aa84
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root dec6116ff00e782e8cbe53cda72ea8ffa95b9df5d484a41ce9a31f2df509ab71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,030
Size: 1.00 vMB
Total Fees: 0.01294043 BTC
Feerates: 40.21 > 1.30 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (426,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,361 488,361 000000000000000000d14b1c9014312226fb8fa6a16f145151300420d0e014cc 2,543 1.00/1.00 vMB 174
488,360 488,360 00000000000000000023e2e47e3d3d7a980944c12ee9e61f5e08734562ab1c7b 1,915 1.00/1.00 vMB 55
488,359 488,359 000000000000000000ad43a94aaaf3210a326bd9b7ce915f980ab7d5ca8014a3 2,689 1.00/1.00 vMB 127
488,358 488,358 0000000000000000002e6d9e1d2488acb8fdb1ce9509771458af0cd36da6f15a 2,322 1.00/1.00 vMB 112
488,357 488,357 0000000000000000001e72ca1d24e300b214eb4f125e3e11ef1e6b798fef4ef4 1,651 1.00/1.00 vMB 84
488,356 488,356 0000000000000000007a03ebb4a3440bba2071e6481eabbef4f7926c7e02d11a 1,530 1.00/1.00 vMB 45
488,355 488,355 00000000000000000051c7d15357dde677006b78890b1494d861338d4de2daf8 1,930 1.00/1.00 vMB 44
488,354 488,354 0000000000000000008efc4dc4a0870e4012274394f992fd30faa9f593ff17d9 2,038 1.00/1.00 vMB 63
488,353 488,353 000000000000000000e4ac659998cee14397c2c802d38b39ff7166e8445f4676 2,187 1.00/1.00 vMB 133
488,352 488,352 00000000000000000037d99e873697df009a6e2b27bd61e65a3cb029f1a6817a 2,281 1.00/1.00 vMB 186
488,351 488,351 00000000000000000028a068407b9a48895a483097f57537e6fd538c8e7a5024 2,347 1.00/1.00 vMB 54
488,350 488,350 000000000000000000e4110473e4ecd857c25a2801fe8584b60e7294017fd5f4 2,061 0.96/1.00 vMB 59
488,349 488,349 00000000000000000026a6948d5b80e4209303d7648ad315c042d99ebc3e5ffa 2,341 1.00/1.00 vMB 123
488,348 488,348 0000000000000000003bff4b9e5ddab356f142500a37c2a22b03d37c173aea0b 2,154 1.00/1.00 vMB 165
488,347 488,347 00000000000000000031b1b9a026fbab65e70ec0233bfad3a9a332d1511547d1 2,529 1.00/1.00 vMB 162
488,346 488,346 0000000000000000008414997d11939d2fbb4bab4c076cb102c996541157ce83 2,855 0.98/1.00 vMB 160
488,345 488,345 0000000000000000000b1e73794eaa9688cc16d8c83620be801b45a5b13eb4e1 2,169 0.96/1.00 vMB 78
488,344 488,344 0000000000000000003724363a99e68519067d2e307b129047a1d995dfe4ee62 2,238 1.00/1.00 vMB 144
488,343 488,343 00000000000000000056eec3fc8109858e4f186f1c01d770750a329e8c97c9b6 2,670 1.00/1.00 vMB 176
488,342 488,342 000000000000000000d14235b12161ca58c614fc37f8d1d63e1be7cb35a6c19c 2,136 1.00/1.00 vMB 72
488,341 488,341 000000000000000000635a25c68dd7764551af46a0f1aacecc4256ae1be25de1 2,003 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.01 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: 649.62 GB
    • Received: 13.19 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.