Loading Tool

Explorer IconExplorer

Memory Pool

81,559 transactions
30.62 vMB
0.09436764 BTC
Random Selection Loading Transactions
Max Size: 184.24/200 MB

Candidate Block

Mining Attempt e52684a6e8a387983144c86cc63b2f36a6a55916a8cdec4d93d600f3ebcebba2
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 7ede57b26b312b1d269627d5616ff0772424ca5d3c18a260b2aac63a59ce8a59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,676
Size: 1.00 vMB
Total Fees: 0.02796792 BTC
Feerates: 163.06 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (477,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,467 437,467 0000000000000000033c5bbb5aa43f276e3701168b7e43b40a41dd960101bc58 2,689 1.00/1.00 vMB 68
437,466 437,466 00000000000000000073a63eb7045711d8b7d27f2a13948cd70a858980acd416 2,313 1.00/1.00 vMB 87
437,465 437,465 000000000000000000209f03eb2c9056fd40d957f6e683bbda8d66a5c98cebd0 2,729 1.00/1.00 vMB 99
437,464 437,464 0000000000000000020ba152b75fda1a029a8ccace95cd32e2f9c0856961f1cb 2,751 1.00/1.00 vMB 73
437,463 437,463 0000000000000000012875224dca3c760e18dcdba802d8343493a3c4d6adbac9 3,104 1.00/1.00 vMB 134
437,462 437,462 00000000000000000411f9cffd1589a165bc6d514ab2fd18d883a5b3e3c52ae1 2,637 1.00/1.00 vMB 132
437,461 437,461 0000000000000000041157046207414ac4e49dea7561aeee4c92d8579581746f 2,879 1.00/1.00 vMB 130
437,460 437,460 000000000000000003bfa17f969267775028973a06ce252031d753a5fd4ea5af 828 0.75/1.00 vMB 30
437,459 437,459 000000000000000004291de71c5d717ce5a0654df1494935e7aae531f46968ca 1,061 0.40/1.00 vMB 83
437,458 437,458 0000000000000000021d166056f82fe351ee7739d21d85e2ef0c4d1ad0aee215 2,186 1.00/1.00 vMB 68
437,457 437,457 0000000000000000002d9b9c7cde010995f7634c954cf2d73b4a473c5fbcc1e3 545 0.46/1.00 vMB 39
437,456 437,456 0000000000000000003c6d5e8b60fb8b25ab8a2fdb16453742d9698ff41ae369 959 0.48/1.00 vMB 69
437,455 437,455 0000000000000000018a77e482a8c08a521a51df8b1484dd2bff262c2d317bed 561 0.26/1.00 vMB 82
437,454 437,454 00000000000000000425b29672625c0d39d5011ee0fae3127e72d481f7536331 829 0.43/1.00 vMB 72
437,453 437,453 0000000000000000040d06869fa7e72a8a7a4cd35025eecffd190ffb1e6729c1 922 0.97/1.00 vMB 37
437,452 437,452 000000000000000002a7b3f50847737e688aa94252c44e3adab8848cf5b66a2d 2,254 0.98/1.00 vMB 69
437,451 437,451 0000000000000000011c79cad8dc5b9f8973731329c3f26e7ec88b6443a7f1af 2,385 1.00/1.00 vMB 78
437,450 437,450 00000000000000000397874ed93ccda07773e95156c149d5daf73c02fc7b2169 1,167 0.48/1.00 vMB 71
437,449 437,449 000000000000000002918641eee1cd120019915ecd8f328492166bd5a9fd80f9 713 0.34/1.00 vMB 62
437,448 437,448 0000000000000000030a30c722c25eb9d511d8d0946efc4bdadb82d80a0f19bd 638 0.28/1.00 vMB 71
437,447 437,447 000000000000000002b3ec38293a6a61d6bb93743280ef1e09f52b957e4d8f76 756 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.69 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: 693.01 GB
    • Received: 16.51 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.