Loading Tool

Explorer IconExplorer

Memory Pool

78,215 transactions
30.41 vMB
0.07125422 BTC
Random Selection Loading Transactions
Max Size: 184.52/200 MB

Candidate Block

Mining Attempt e8f8d258ee506432f44397232fb57d0f2babcabcebdfb243d164ad73852fd85a
Version 20000000
Previous Block 00000000000000000000e885ade576aceca50441a4a73807a55d83826b1a7ee7
Merkle Root f864ca6566f2e6283fdce5f348d536b1903b77e20b1085ab9618445d74e4df9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 1.00 vMB
Total Fees: 0.00639360 BTC
Feerates: 40.21 > 0.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,204 (308,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,331 606,331 00000000000000000006c07823088f4c5b03cfcfc95b52aff049f0a0d69a3d6f 1,982 1.00/1.00 vMB 21
606,330 606,330 0000000000000000000acb1b6770c2517c6347a7800eb90c53f991bde2670af1 2,408 1.00/1.00 vMB 29
606,329 606,329 0000000000000000000e1003e44e1a011d601457f0e0f36ac6565ac083aa1027 2,638 1.00/1.00 vMB 27
606,328 606,328 00000000000000000010034cf17562858983f1f14354011c3b29d16ae0358b4c 2,299 1.00/1.00 vMB 54
606,327 606,327 0000000000000000000ea6ec906e29a27337f2a60042c38878aeffb984309213 2,785 1.00/1.00 vMB 22
606,326 606,326 00000000000000000014a21a8bdea8220a1f6bb35a3eea67e2d5ea4d946c3c1f 2,270 1.00/1.00 vMB 9
606,325 606,325 0000000000000000000493b412ed7ffc4357012599c222614d127c95f88b269c 2,608 1.00/1.00 vMB 33
606,324 606,324 0000000000000000000e8d7e5c08da29e10f32bd4d41dbe59b800fdb6e518aaa 2,737 1.00/1.00 vMB 36
606,323 606,323 000000000000000000153cfb1b31dcf2c837a12886e1a637f35d8d928a8c4ee5 2,153 1.00/1.00 vMB 10
606,322 606,322 0000000000000000000992c074f71d8d40dabea09a40fa9bb66925d41ccab6cb 3,166 1.00/1.00 vMB 37
606,321 606,321 00000000000000000010d7824d06ca34fec6e07a5d0cc6ac9883a85dcec7a41f 1,975 1.00/1.00 vMB 9
606,320 606,320 0000000000000000000a7f406d4d7284606a567f2f6b1d3abe3d5abe7d8d1672 2,249 1.00/1.00 vMB 26
606,319 606,319 0000000000000000000d14393b31e79be86d55801c91e00a2040668c2288751e 2,177 1.00/1.00 vMB 26
606,318 606,318 0000000000000000000361d050c85027330f62016cfc8ee880dd8b4d9825a271 2,240 1.00/1.00 vMB 25
606,317 606,317 00000000000000000010a35fe43130e0eb64b19584fae564025a6c48ad336c75 2,172 1.00/1.00 vMB 28
606,316 606,316 00000000000000000013d958c3baf479ddff28653ebad71c4fd1376a7bc64fd3 922 1.00/1.00 vMB 71
606,315 606,315 0000000000000000000ffc752ac96892b2675d4063fea207b9546eac5ed60f6f 1,410 0.53/1.00 vMB 15
606,314 606,314 0000000000000000000db5b36ff839c59f6ee1ee18cffc97ee415fd1b3d0f602 1,733 0.54/1.00 vMB 16
606,313 606,313 0000000000000000000dd670701581111df7f9626f42c6b5ac87f8923a9611ac 900 0.40/1.00 vMB 16
606,312 606,312 00000000000000000009087b9899621dcb761d1c85ccd6825988730c4ab41d7a 2,355 0.83/1.00 vMB 20
606,311 606,311 0000000000000000000da02bd6b5d95f9f1169b7c397b00661aa283a74627548 587 0.18/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.75 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: 708.51 GB
    • Received: 16.73 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.