Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,419 transactions (3.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,532 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,582 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,531 (850,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,949 58,949 000000000996226b9efc9c08142ae9f5f4a62875376bf7bcbc22ce44cd695c0f 0.00 MB 2 0
58,948 58,948 000000000a7f4ae83032017feadfbf058dc7457941e4a302d2de3a50ac8429d8 0.00 MB 1 0
58,947 58,947 000000000bf1a99db9237e737bf414d0d0e96629d8949fa2bf5fcd139979f6e2 0.00 MB 1 0
58,946 58,946 000000000744fa62cbc0c21a4ae2d929fc5194afe6bfa6388c65849244de55b8 0.00 MB 1 0
58,945 58,945 000000000c39492286be5f9871b19539367fef94ebd63da34e08b068d544587e 0.00 MB 3 0
58,944 58,944 000000000903258c66219ef5d0f249fc22e703782de73627fd055fc20ec4a27b 0.00 MB 1 0
58,943 58,943 0000000007e4f6a089e9975c833fe7a97704ec0bf8982887f36e522f7ac42864 0.00 MB 2 0
58,942 58,942 000000000d0710b2205fdd311d9196fdbabfe191ca44fd3f04243d656e1aa5ee 0.00 MB 1 0
58,941 58,941 00000000048a676796159ea32f5c0827647da8494a39f933225df084fbf1520e 0.00 MB 1 0
58,940 58,940 0000000007e276b97c1e98a7609e02826c900e997b578090bd716f74ef3caac1 0.00 MB 1 0
58,939 58,939 00000000029ae352f1a52614e33e0dacbaced360b2f1a58e6e63b15b30e60a2e 0.00 MB 1 0
58,938 58,938 000000000e86fa9669e9afcc4f29076b2e496fab1aac091bee408cfacad76685 0.00 MB 1 0
58,937 58,937 000000000d1e0b2b424c8ebe3ab76535d157b2858dd6af5b27d3d8d3a17f067e 0.00 MB 2 0
58,936 58,936 000000000cf554364faf50d3582ee1070257acc8fd4ea1e824ec3a4ab1cdc7ba 0.00 MB 2 0
58,935 58,935 00000000019f6b4e0f5c38ab3374c73ec52498c6bf55f499244d57481224b0e2 0.00 MB 2 0
58,934 58,934 0000000005850f779fa37e2c5fc3174ed6d98ecc3a6695fb6701d43389466cd1 0.00 MB 2 0
58,933 58,933 00000000058763753b3824b6c39af5509632ce67707ecb463162a4434ac59d8d 0.00 MB 2 0
58,932 58,932 000000000a7f93ca3632827941273ee531f7fff2d7f78c8b43231186b1abebd8 0.00 MB 1 0
58,931 58,931 0000000008c3e5591ea99e1e37c7d9e9bd9fc0cc021e3cfb5207d1d50d3e9a21 0.00 MB 2 0
58,930 58,930 0000000000cb58392511e2bb21c1b5821832b38001fad2f6d463e5133992ae23 0.00 MB 2 0
58,929 58,929 00000000002060d2106fd5916124c761a01cede9ce70832befb6103823f5ca5a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.53 GB

Node Information

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