Loading Tool

Explorer IconExplorer

Memory Pool

42,184 transactions
29.07 vMB
0.07227834 BTC
Random Selection Loading Transactions
Max Size: 149.10/200 MB

Candidate Block

Mining Attempt 56861a4bf92981df442cc3feaf3ab97d4d3d18cc3b83cae8d196b0cc5c7cf9b4
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root fec679520963f59a0a94e7f7aa42813fe6c8a59fa3e026692a1acc8f2f12d3cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,462
Size: 1.00 vMB
Total Fees: 0.01555502 BTC
Feerates: 100.36 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (443,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,162 471,162 00000000000000000189b388dc0cd716513c10abbc3b677097766e995e913fc1 2,294 1.00/1.00 vMB 401
471,161 471,161 0000000000000000019ea621e4dcf5424b149b23f2b7f03354cbc4e69466e49b 2,041 1.00/1.00 vMB 297
471,160 471,160 00000000000000000022b40118f4169bc5017aec6ad507c8e9d19b52300e749e 2,417 1.00/1.00 vMB 230
471,159 471,159 000000000000000000f8077ce9addb5c38e07e46123b193bee31e6dc85359ca3 2,817 1.00/1.00 vMB 325
471,158 471,158 000000000000000000178f555674813a990b2daa8a6e4219cd4c8d5064b0ceb6 2,548 1.00/1.00 vMB 421
471,157 471,157 000000000000000000ae2e52d129438f4ade3790945351eddc6ebfa718863fd5 2,516 1.00/1.00 vMB 268
471,156 471,156 00000000000000000190d8dee790078635143da7f0d6eff9857de5ad4efaec21 2,508 1.00/1.00 vMB 347
471,155 471,155 0000000000000000010dc7f8b97186fb6655681fcd8402e8beb582dbe89f94ed 2,217 1.00/1.00 vMB 406
471,154 471,154 00000000000000000138c46828d6a4856c72d31e643c4663dfd80fb56cfa82c4 2,169 1.00/1.00 vMB 359
471,153 471,153 000000000000000000f3ea7168943596e141374177e08d184c5790746c2970ac 2,409 1.00/1.00 vMB 428
471,152 471,152 000000000000000000db8fdb5d7cb4c0fcda6b6e5f4f599f4b1fda0e3d49b980 1,962 1.00/1.00 vMB 462
471,151 471,151 0000000000000000009539fd164fa37870cc30ab49f8268f638a737d63b0a599 1,442 1.00/1.00 vMB 286
471,150 471,150 000000000000000001562c1b9731b9921a96134a49f746ab33ee218b7f55ebba 2,161 1.00/1.00 vMB 374
471,149 471,149 0000000000000000017bb4421ad64313cc3ef9653e37424429befd13a3a1d9c8 1,452 1.00/1.00 vMB 378
471,148 471,148 0000000000000000006543025e316c6a38b3e8ddac38fe8a5dcf0ad76c89940a 1,573 1.00/1.00 vMB 345
471,147 471,147 000000000000000000e4b6d4f04933d794aca9990998a79746ad2bc6b39c5bbb 2,381 1.00/1.00 vMB 438
471,146 471,146 0000000000000000011db3cbc8f332074fb4e5920d97f31d6204e433fab88c8e 1,915 1.00/1.00 vMB 399
471,145 471,145 0000000000000000012964494685187bf28d5f457932703e6780af3d50e4d220 2,273 1.00/1.00 vMB 505
471,144 471,144 00000000000000000010bcfc37079847e7d7e81157608a09fa14264edddb7479 1,354 1.00/1.00 vMB 358
471,143 471,143 00000000000000000028c97ce5e2085f34b2a470511cf2771d5bb2b8b39d2311 2,387 1.00/1.00 vMB 449
471,142 471,142 00000000000000000192c74d3f85c41d0932ddc5bf9cee18d0a9b90c88561223 2,700 1.00/1.00 vMB 422
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.