Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,480 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,659 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 1,479 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,658 (819,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,296 90,296 0000000000058e184373135517931a49df5821fe5848d1acf8c3d1017de7ed57 0.00 MB 2 0
90,295 90,295 00000000000aecb759d74a55d4a1b7c1a8b2a0f962537b1e0fada79ebbe137b6 0.00 MB 1 0
90,294 90,294 000000000002eec7ee13986ce92bbda077b7c8b2eda18ac51563646539de1ae6 0.00 MB 1 0
90,293 90,293 0000000000040b2bebb1634e2cf1d8810c66248f46a581af865c7eb659fa5004 0.00 MB 1 0
90,292 90,292 0000000000139e91af10ca99737b0aa6a895796dff83f4801a570ae6e8f6407a 0.00 MB 1 0
90,291 90,291 00000000000ce33c360cea358a4011138654e800047a40721562bb3990ca152a 0.00 MB 1 0
90,290 90,290 000000000005c32cff3f78b70c9828ee5cc306495451015c5e8f7d6e12621935 0.00 MB 1 0
90,289 90,289 00000000000137cf8b15ce61679f3e848ae1bb22490a220fbe1021e6b51bc3f9 0.00 MB 1 0
90,288 90,288 000000000006e7d9d508513900f6944b2e1d9efca439de203b1a503a49ae5c93 0.00 MB 2 0
90,287 90,287 00000000001308b84ba539f08807e4d4cb7a0366b8ca39dd3f3ee03fbe19c97d 0.00 MB 2 0
90,286 90,286 00000000000068d3526a67e4381f7e87fe41c7f6289f85b813a25bf083894496 0.00 MB 2 0
90,285 90,285 000000000004a7ad40e0c0d9f257d95a1a73e896ccdf095c2a5eca47d84a2614 0.00 MB 2 0
90,284 90,284 0000000000032b08af347decc858f04de00e433c0ad5a34697457607e5139819 0.00 MB 2 0
90,283 90,283 000000000008537af65a76669a17f3a7be978cf226c2e278fa850093449fba85 0.00 MB 4 0
90,282 90,282 00000000000a5ad0f180c003d652433090528a8533670b2ad1dd6891273a95c6 0.00 MB 2 0
90,281 90,281 000000000009ac712a7e282e0586ee80609788c2cc249376ef4f342c69a28eb0 0.00 MB 1 0
90,280 90,280 000000000008d5b9e74be9a17ca1fc12298ccff7a783d559f2a564b676babf10 0.00 MB 2 0
90,279 90,279 000000000009dbb95a3206c4d432a65582299b4370f82af9bef91f718c5cbe44 0.00 MB 2 0
90,278 90,278 00000000000e8a8d19a7de65666ec43877c9614eeddf9df6e5891c9e08e19ee6 0.00 MB 3 0
90,277 90,277 0000000000130d0f3fb14ed25f1efb9cc04d056faaa2305b0c392c67c69983db 0.00 MB 1 0
90,276 90,276 00000000000f85b5fd6b2ca5270897926de09c89dac59e708a5e92e205d9ebfc 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.77 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,130.38 GB sent, 112.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.