Loading Tool

Explorer IconExplorer

Memory Pool

84,491 transactions
32.05 vMB
0.09767681 BTC
Random Selection Loading Transactions
Max Size: 194.98/200 MB

Candidate Block

Mining Attempt 7a135d98ec70dbb8d10d4b46f0b67ddede59358327012287ee5ce379aa00ea1e
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 826ca636dea3acfae17c0562c8352921f12e6c9605bd7019f4526f50935c54a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,208
Size: 1.00 vMB
Total Fees: 0.02699679 BTC
Feerates: 179.53 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (91,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,669 823,669 000000000000000000015aca0062e233df352e466cafc7ceb03c5446b8d8b5da 5,163 1.00/1.00 vMB 200
823,668 823,668 0000000000000000000071fb03759052b3a17d22a82ee655630e8e9d34a14108 4,564 1.00/1.00 vMB 216
823,667 823,667 00000000000000000001a115f4f25f975b7c52205465ded5e17979d9f7694d99 4,358 1.00/1.00 vMB 220
823,666 823,666 00000000000000000002d337280eb54080e50df4f218b6d8f080b4d2d3bd787d 5,168 1.00/1.00 vMB 206
823,665 823,665 0000000000000000000065bd10ed2990ce2041f11f584f89ee45285fa1500424 2,856 1.00/1.00 vMB 156
823,664 823,664 00000000000000000003e0601a9fb58fcad9afdc8b1a4b1c3f7f1a1bf2a07e93 4,656 1.00/1.00 vMB 206
823,663 823,663 00000000000000000003b3a9fbd65c9f831a1a118b5d85e16ed7760e436fe61a 3,672 1.00/1.00 vMB 205
823,662 823,662 000000000000000000010a89f9a694990fabd848dbd5eda6dbcbabfabe1c91ba 3,557 1.00/1.00 vMB 235
823,661 823,661 0000000000000000000238ba7b3446a7fcc7aa5dbffdc3c6add7e26df34fc2aa 5,120 1.00/1.00 vMB 140
823,660 823,660 000000000000000000020895b2888cbdae1946e045396e06097c4e4c9aefeba6 4,256 1.00/1.00 vMB 138
823,659 823,659 00000000000000000003174fe7ead0f04e1f8128b33b343593907d8317aaf83a 5,299 1.00/1.00 vMB 160
823,658 823,658 000000000000000000032a5044b3f39c06573c76e2c691a96d27d9fdfa8ce801 4,278 1.00/1.00 vMB 189
823,657 823,657 00000000000000000001294e9ef174c91e9f07157d4fa766a1556f3525283c9e 5,551 1.00/1.00 vMB 132
823,656 823,656 0000000000000000000185c8a6091c910447911b879bb84418de6432f8851f6b 5,746 1.00/1.00 vMB 130
823,655 823,655 0000000000000000000316eb834d860939e47d5a052e4ad395230bbd23811bbc 4,917 1.00/1.00 vMB 141
823,654 823,654 000000000000000000009d543a841df523b901386bf4eef7f6825269db937c2b 5,323 1.00/1.00 vMB 170
823,653 823,653 0000000000000000000288b92e9438f5e00ecabf633bd12d0ebb833011ba06cb 5,181 1.00/1.00 vMB 149
823,652 823,652 000000000000000000029a81b83059a4e95fc59107ce0061571dd7cc9b92ea1a 4,608 1.00/1.00 vMB 169
823,651 823,651 000000000000000000018d36ede6b3893d6c7eb8ebc828d69e4b47f17d92b6d2 4,445 1.00/1.00 vMB 191
823,650 823,650 00000000000000000001948b80e59bddb6667a9f49b0ef0d68414487ca14e66e 3,586 1.00/1.00 vMB 206
823,649 823,649 000000000000000000021490944caa35f6e9769e93b59f48a07b69371b6f36c3 5,820 1.00/1.00 vMB 142
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.92 GB
    • Received: 16.78 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.