Loading Tool

Explorer IconExplorer

Memory Pool

1,728 transactions (0.52 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.88/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,315 000000000000000000022b910000000000000000000000000000000000000000 1,713 0.01934570 BTC 0.52 vMB 2.20
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,314 (765,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,165 147,165 0000000000000519506771c22c856c93ba93cb898330806cd2960b2151430918 0.02 MB 24 358
147,164 147,164 00000000000001d78c78b8f289471ad5f6fd02cde185a917142ad5cbca304dd6 0.02 MB 36 255
147,163 147,163 00000000000007fabe1db23799354803cb1be75f9f415e3abf9ef4f053081aa7 0.03 MB 102 39
147,162 147,162 00000000000003274fc31ef9c0b3d866ca905af1563473fcc53f1cab1410a5b1 0.02 MB 46 56
147,161 147,161 00000000000003aab2d248736eaea0b6e76155a48029f3285faea06f7f29a23b 0.00 MB 10 481
147,160 147,160 0000000000000582a54680a4647117cdc1f40fdfb8ca596a4dc166167c257090 0.03 MB 86 501
147,159 147,159 000000000000053ee326084c3ca357d20985ffa2d0c30d2e64381a4fe1c64227 0.02 MB 35 573
147,158 147,158 00000000000001dbc564b2b909f327e8b211d7bcccb0be6c823415fc373b78c1 0.05 MB 160 40
147,157 147,157 000000000000020706d2c6a67aec875b30485a9fd20aceec925622810d6f8f18 0.00 MB 1 0
147,156 147,156 000000000000079677e395def5865687d111906406c6f5afb1c77f5bf5b43355 0.04 MB 112 150
147,155 147,155 0000000000000872e2431d5be70c636b320bb36cec605146ca6f8ac9aba2c947 0.01 MB 22 101
147,154 147,154 00000000000006c92386fe6544685dd421324fdf96f365e4e5ec19c9a362814c 0.04 MB 117 77
147,153 147,153 00000000000000ae6d355d195619947b3605666c76379bcbdd818b31acd65bd1 0.00 MB 11 177
147,152 147,152 000000000000012e995dbfa313a63b0f09ce968b41c46e832e0e317e9ec33711 0.01 MB 33 481
147,151 147,151 00000000000001105bc97e4ca838c3da2e2f563e07f88c78e68ed0d52456c5fa 0.01 MB 25 86
147,150 147,150 0000000000000869ff335dc182616b2a1cfe0be9093fbf0001c1482141391fa6 0.05 MB 125 492
147,149 147,149 0000000000000537a470bd72fa3d1f6339487561d8ee0b4b5bdb9af23880bb10 0.02 MB 57 175
147,148 147,148 00000000000008cc18d1aa7a879f23b044910e2b5f297e40a9293e2c4ff2627a 0.05 MB 88 175
147,147 147,147 00000000000004e6713657fa2e69e1834c073b37c6691e7aa7690788c800eb6f 0.01 MB 17 305
147,146 147,146 000000000000024c6007561a16c5f126ce32de04e5f7002b7549f32801f013fc 0.02 MB 35 149
147,145 147,145 000000000000008907d992738023332b5d91c534d6fad9cb99b01d87fb7b3ca4 0.05 MB 115 227
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.80 GB
    • Received: 136.63 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.