Loading Tool

Explorer IconExplorer

Memory Pool

39,998 transactions
31.99 vMB
0.07911444 BTC
Random Selection Loading Transactions
Max Size: 159.71/200 MB

Candidate Block

Mining Attempt c7268bc3b129294a8e32346cd85e92851cdaf0f5758f8790e9528159ef69ea38
Version 20000000
Previous Block 00000000000000000000b6b9a3b2067fa1426f6080c9f3cdd5cad9a92f6fd98c
Merkle Root 4659914a4f94217a5fa5ed7d6f8a649f06acbbeff2b7162ed05715d2223c2df8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,032
Size: 1.00 vMB
Total Fees: 0.01312570 BTC
Feerates: 265.25 > 1.32 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,333 (840,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,427 73,427 00000000002045bf4ebd69684d6557bb8161133ef80ecc94efc3616ff51226d0 1 0.00/1.00 vMB 0
73,426 73,426 000000000011fc192aad93be506c576b09d9b43ee8bcf9b34b58de48163ac7b5 1 0.00/1.00 vMB 0
73,425 73,425 000000000047192ea03d5f3819d4fc9ff687ffe532988889b13c6628fb75f14f 1 0.00/1.00 vMB 0
73,424 73,424 00000000005b1d46f2d90e142a3025dd940c40fc0d5690205470f2855370855f 1 0.00/1.00 vMB 0
73,423 73,423 000000000051c493bc19279d71f2d13d6a86caa6247f0e93062edfc6c8762132 3 0.00/1.00 vMB 0
73,422 73,422 000000000028d94e46025a9b1ca52a7587c4f0e6510a23942f78d6168f36dfb0 1 0.00/1.00 vMB 0
73,421 73,421 000000000020d00c0621b3ede928c2aefb8b1600b1596f27206f9d675b448e6d 1 0.00/1.00 vMB 0
73,420 73,420 00000000006d6eefb87ea44487c37045effbc5b435044cb4fb35731a3e9ce9f5 2 0.00/1.00 vMB 0
73,419 73,419 00000000005e4246c6d1aba59c24e573ad8ee60370ecdb107bd79baebf984ad3 1 0.00/1.00 vMB 0
73,418 73,418 00000000008cc6e6b1dcc0950e6b3acbdff23f7db16ba43865e8717ea8861903 6 0.00/1.00 vMB 0
73,417 73,417 000000000010113c1ed2c01724a5676d2715bffa2a75fbc76afa4e0309a7c649 1 0.00/1.00 vMB 0
73,416 73,416 000000000074876ff56617520f16951f114e737f6ef19c79ebe8c1bd3c61a2ae 1 0.00/1.00 vMB 0
73,415 73,415 00000000008f38a0ed67a68a550dd4e53aaa77789c9990657dee5e598e1b0427 1 0.00/1.00 vMB 0
73,414 73,414 00000000004a9614521c1787103bd0268c10f643dc7b4f5ff0c8b564d9a22a8d 2 0.00/1.00 vMB 0
73,413 73,413 00000000003cc684d44ab43916593a31e0550ebc19a9a20d619179ff3d2d320f 3 0.00/1.00 vMB 0
73,412 73,412 00000000006376111285c405cac1dbc459d65936b7942af25894430d0b69533e 2 0.00/1.00 vMB 0
73,411 73,411 00000000003ac97629348b5f5c915b418d41ed92d19e55959ffa25f488d77829 1 0.00/1.00 vMB 0
73,410 73,410 0000000000a46f7616c957e5c3d21611728f4b0b3a4568c4e26d1d693ef1e709 2 0.00/1.00 vMB 0
73,409 73,409 000000000096050b777e0942521f746d9ecc52b0599086238132264bb5e71399 1 0.00/1.00 vMB 0
73,408 73,408 00000000000f862f5acae1d3546df37be4a31963182366c51f874c47eb7d074f 1 0.00/1.00 vMB 0
73,407 73,407 00000000009d47eaa47d20fdf3885a62c4d0a51184f8c06c44ce9ce54a506522 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 GB

Node Details:

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