Loading Tool

Explorer IconExplorer

Memory Pool

82,239 transactions
30.05 vMB
0.14957533 BTC
Random Selection Loading Transactions
Max Size: 182.07/200 MB

Candidate Block

Mining Attempt f3eb6b84eb6223b6422ab94bd4eeb4b2d20170e0393a2c62449ee733ab8b9bd9
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root c7216b2f83d1f8fd978c08a1ad67edee49830165c4df797e3202932701ef0926
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.07905848 BTC
Feerates: 101.65 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (280,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,380 634,380 0000000000000000000bd66133fe9f7c64b7af786cc628083209943add490952 2,803 1.00/1.00 vMB 16
634,379 634,379 000000000000000000136f1b78deeebc33a9b7b33d25c2e37f5446cb33b586fd 2,742 1.00/1.00 vMB 19
634,378 634,378 0000000000000000000649c10f9441528b7c2f66cd8e8be4e2dc3efaa15fbb3e 2,757 1.00/1.00 vMB 37
634,377 634,377 00000000000000000002111585bc2d0c8ce709ed1cf8b9cc5b92bfc0f9f0f842 2,500 1.00/1.00 vMB 21
634,376 634,376 0000000000000000000818f6f9c3ad71cff81402a6f3c3d3b4ce88f808e2d2b8 1,296 1.00/1.00 vMB 10
634,375 634,375 000000000000000000005799555d86cee464b14afb21d7eaf0ec2c8249a80a4b 923 1.00/1.00 vMB 9
634,374 634,374 00000000000000000011dcd02d8c44cd29893ed411367714ae92b770b8dc0a5d 231 1.00/1.00 vMB 4
634,373 634,373 000000000000000000059297baa85b225ed84e75dbdda2b31c1e1ebc32da45fa 2,458 1.00/1.00 vMB 11
634,372 634,372 0000000000000000000ba36332bb9a8c0db11d25a765d0f3590dd7fb12742e72 2,364 1.00/1.00 vMB 32
634,371 634,371 0000000000000000000c87f81ad2edfcb90aecdddbb494e5d7b9412774e1b1c4 1,200 1.00/1.00 vMB 12
634,370 634,370 00000000000000000010d94a01bc965e20e7ce072b2db4cd42c39a5860a4da3f 501 1.00/1.00 vMB 5
634,369 634,369 00000000000000000010cfa6422456473e23d04b6009eb4fa4b82fda65fe68e6 2,859 1.00/1.00 vMB 23
634,368 634,368 00000000000000000005658161e1020f0f1eeddd95a7aef96d48637ce8f52dae 202 1.00/1.00 vMB 3
634,367 634,367 0000000000000000000d82c5c26b9ff7941cef8abf4a9e2a581f727239207eef 252 1.00/1.00 vMB 3
634,366 634,366 0000000000000000000b9e529d0f27e298fc0b6c84d5b0f4c2e09b9c16d31dca 573 1.00/1.00 vMB 6
634,365 634,365 000000000000000000134750f0f10bace86289d30b0b00a81f3432656842c65d 820 1.00/1.00 vMB 8
634,364 634,364 0000000000000000000f7824121acfa04684aa9dd3b61d17c987e899752c1541 1,197 1.00/1.00 vMB 4
634,363 634,363 0000000000000000000d8cf6110defd07ae847a8cf15353e0945d1b1c7419018 2,780 1.00/1.00 vMB 32
634,362 634,362 000000000000000000065e9dbf7aa59d2dcbc89e4ee262e12d8c820b126a734b 1,291 1.00/1.00 vMB 3
634,361 634,361 0000000000000000000c5d895901c4d3f67d84750ae34664f074d472d6e24fec 2,972 1.00/1.00 vMB 5
634,360 634,360 00000000000000000008ea053e4484286818a6939cf624ef0f1f150c421a4410 2,552 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.60 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.70 GB
    • Received: 15.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.