Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,931 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,386 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.73 vMB 1,920 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,385 (883,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,422 25,422 00000000cc57b045402682cf8895b5f7e785e88a29329c746f20f7b6a6445fb9 0.00 MB 1 0
25,421 25,421 000000004b4635fe2dc2e7b1516939d48fedae0eeb159205b153469bf9b5cd6a 0.00 MB 1 0
25,420 25,420 00000000a88d77958e03287e873223e189a319969b6afe028024cb9e6bf789d5 0.00 MB 1 0
25,419 25,419 00000000d27bdc691da8a68f5717146360d041694d1f7fbe7483fe145f495e58 0.00 MB 1 0
25,418 25,418 0000000073f22adeb84122bf4be33813b3fea31ff9ba4a72f35f7db860d9d0b8 0.00 MB 1 0
25,417 25,417 00000000a9eaa9859a98819630189509189399e3eb85b1d1638cc2409b6d0164 0.00 MB 1 0
25,416 25,416 00000000cb72f34e8afead174ce1fe193cbf3393d936dd0867297a8cd2b14865 0.00 MB 1 0
25,415 25,415 000000001516903216ef36ec8f7896414d751f25462486ed45e2fa585f52ae8a 0.00 MB 1 0
25,414 25,414 00000000cb912b051110698ac8455301204cc2d284deccd7b529dcba0db9adff 0.00 MB 1 0
25,413 25,413 000000003acf08722b35e91f557010f263345f800b3a6dff4d82068e2f742c5e 0.00 MB 1 0
25,412 25,412 00000000d66f4fe5481de55d7b2bedfa5dba01c57852d40642962b1d40eb66cf 0.00 MB 1 0
25,411 25,411 000000002b46215a919e2560041c111d1cbb3f317053eef662de2fb9f4289101 0.00 MB 1 0
25,410 25,410 000000004c99905cb7e897bb6fcfbf926583e21f4601c76bbdcb573e8f9b8818 0.00 MB 1 0
25,409 25,409 00000000f850062abd78c611035f72db1bcc6d57af4bf4c0b6e27447e0730ad8 0.00 MB 1 0
25,408 25,408 00000000dfecefc75c8cb3d2df5c2f827b846f3c553da7ebe24ce0a9e248d1fd 0.00 MB 1 0
25,407 25,407 00000000406eb82ee69cf2f282f69db58233e6d3e4026f845a8f54b35dc85420 0.00 MB 1 0
25,406 25,406 0000000031403c41128bb30b67362de021979e6cd34da0e38d7fd448e9bcbda0 0.00 MB 1 0
25,405 25,405 000000001fc58da650e780329c1226a896993e95e528d9470d12cf20e8a584f2 0.00 MB 1 0
25,404 25,404 0000000019a44678f1b253bf7237cdea1e640f6d75daf2de9c7b28a70115d7f0 0.00 MB 1 0
25,403 25,403 000000009cc9e04625f76fd14bf03eb1e049928fc1dbe65a468c29fa582ee1f7 0.00 MB 1 0
25,402 25,402 0000000059a79eeb67039e1a7cc645d40154e531497e10e919727b2d307c59ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,069.44 GB sent, 109.42 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.