Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,563 transactions (0.92 vMB)

Priority:

  • 1 sats/vbyte = (30 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,081 000000000000000000022cb30000000000000000000000000000000000000000 0.91 vMB 3,563 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,080 (823,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,465 86,465 000000000026a70f8fbd60031016483fd60de6e4fc215928dba92928a9826baf 0.00 MB 4 0
86,464 86,464 0000000000255076c082bab3084f5bf54afdabccb862fd9cd8560dc91354dd46 0.00 MB 7 0
86,463 86,463 0000000000212fc675270fb6b1403465077d2ed11a4c3538c9c17ec4ed811f05 0.00 MB 1 0
86,462 86,462 00000000000b2dbac8da4b9ba756d1bec561dac06f9deb5af726b33d7afdeac3 0.00 MB 2 0
86,461 86,461 00000000001c6130b5ce8bf3f80c7d19c22ee350262161a03643835478d09233 0.00 MB 1 0
86,460 86,460 000000000028882668f256faf65a3d7ac90864c976871ddf5f280d240df8c0c4 0.00 MB 2 0
86,459 86,459 0000000000161e7514989d528b3b67b5c85114da3534032acecd6edada8f9866 0.00 MB 1 0
86,458 86,458 00000000002266469669f9dc3b9eae7d36b59cd3a4748d597d995466bbeef253 0.00 MB 2 0
86,457 86,457 00000000000b68588867a75a75f470c6622437addc2fbe8dbb31c8b21eba3410 0.00 MB 5 0
86,456 86,456 00000000001257d951c0a7141b2ced46ad6abaf18135c5968efa247a7f613950 0.00 MB 1 0
86,455 86,455 00000000000580516671935d26b1171ac60f2f15c2136a14ab94bfaeec1a1327 0.00 MB 2 0
86,454 86,454 00000000000cb3242a851b3396ac49f7f319942e1da9dbe7d593f7ee5d1bdfb3 0.00 MB 1 0
86,453 86,453 0000000000004b007ddc729b609ce15291890a9d756d80ee88cdc3328cdca2db 0.00 MB 1 0
86,452 86,452 00000000001df12b232247591ff16882aa1014dde38540c6a1e8ac28f5d32057 0.00 MB 8 0
86,451 86,451 000000000001fa00bf40193245fccec1965045cef61dd2aaf0cca85b478ba5e6 0.00 MB 1 0
86,450 86,450 00000000002b5556ecb16b09ba705061ef717088d493b20e91448d7f59c17320 0.00 MB 5 0
86,449 86,449 0000000000003669713352307702763472e3342e6dfbe9aeed5d0bf7cd11dbe5 0.00 MB 1 0
86,448 86,448 000000000012d626507bb8a481eb69e9d95bcb29aa828a7a72ba91be398192e1 0.00 MB 1 0
86,447 86,447 00000000002c42b93ea60445d103ca2477eacef8a5199905de58006edf0ca608 0.00 MB 1 0
86,446 86,446 00000000001c4606133b0fc10f48f90c042df5d7a4c3a14fdb8fcd3ca8d01c7e 0.00 MB 5 0
86,445 86,445 000000000007f68accdc0a042165000fa31f501273fdbfd3369f205627032e58 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,187.70 GB sent, 116.20 GB received

Notes

  • This page updates every 5 seconds.
  • 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.