Loading Tool

Explorer IconExplorer

Memory Pool

28,482 transactions
14.76 vMB
0.06484170 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 80.17/200 MB

Candidate Block

Mining Attempt 4334b9ac5f35e217e710ab03c31c82fe92795bdc99dd106cb94c45976c8d5f65
Version 20000000
Previous Block 00000000000000000001d0617f024878b1b8c1397157f24831866ff78369eb59
Merkle Root 811f88571b34de6db1ccdf18b087005459e7181c1a36458fe953fe9f19c7a223
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,641
Size: 1.00 vMB
Total Fees: 0.02604348 BTC
Median Feerate: 2.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,251 (840,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,524 72,524 000000000045e894f52396320364a69275cf5b252664aae034a01a9b5d558b27 3 0.00 vMB 0
72,523 72,523 0000000000bdd64773553d2b43d56fa0d31247a6421f0b79b218b00a347c2882 1 0.00 vMB 0
72,522 72,522 000000000090eccfdf7c3029545d1b43eeaa5dd44a2346474dd6f7259b360626 1 0.00 vMB 0
72,521 72,521 000000000015e92df36ac34fe223b43a90b51dcd124475fb5cb52439e55c995d 1 0.00 vMB 0
72,520 72,520 000000000103cefe8057e5ecdd00bd5d6e595b392f0349a09e77090c94507856 1 0.00 vMB 0
72,519 72,519 00000000003573ac0b4ff3795005445c5e7cc577e87fb4a0a22eabe1b087fb89 1 0.00 vMB 0
72,518 72,518 00000000001f94f3f4a2968efc07fa31dde136aa7d47665668d624b5fa49fbc9 1 0.00 vMB 0
72,517 72,517 0000000000a472b366d7d754efbf7b410730c6eb4f91610c583b100f5ab98ab1 8 0.00 vMB 0
72,516 72,516 0000000000246e75fbaf5d222799eb6dc10918c3aaf9e6d72b40c1c880bc51e9 1 0.00 vMB 0
72,515 72,515 0000000000720ca9a16a94ef8d9bdc2330c901709998960c1e7b65bbf83eebb7 1 0.00 vMB 0
72,514 72,514 0000000000542544857eeb8649ad20e2d08b24f17ee1982fa1e90c3c594211c1 1 0.00 vMB 0
72,513 72,513 0000000000ffda8c4ddb9eb9f978d250c24c2ddf907c0ce867a795bc6ca071a2 1 0.00 vMB 0
72,512 72,512 0000000000b25490b112336d58d6255934a1580bb3ee1e248625a3ac08b135df 3 0.00 vMB 0
72,511 72,511 0000000000324b064197ebe85701225b7d9747319c5e3ec151eb8acd32f1882e 5 0.00 vMB 0
72,510 72,510 0000000000e01dc23864891cb23c6c454a8c9c5a584bc4b24bb0895fca8440e4 1 0.00 vMB 0
72,509 72,509 000000000083dcf46018796a600bfd1fb1cfc1ec50abc403832df92c1b19a93d 1 0.00 vMB 0
72,508 72,508 00000000005919d9fdb23c4cd05051e2c788140ad4f462affbf80f2c10e33004 1 0.00 vMB 0
72,507 72,507 0000000000e4ddbe62ee337118b7160f32185f9a39758e8fef7648f7734e06f4 2 0.00 vMB 0
72,506 72,506 0000000000d1b10d8b53c842b475f838e0e4bbb1a4ef419298a7eaaf69a7efda 1 0.00 vMB 0
72,505 72,505 00000000000914b29d9863137d23ddf4c8720b8bdb92bd66c2f47dd87b1c97b3 4 0.00 vMB 0
72,504 72,504 0000000000d87a48ff07a257865c22d232f61e44dd72e8aafccf40db25d8d18b 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 30
    • Outgoing: 10
  • Data Transfer:
    • Sent: 0.41 GB
    • Received: 0.01 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.