Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,319 transactions (1.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,197 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,797 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (871,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,164 39,164 000000007b28a0aaf6f9e8e0b0af688aa062273d9c3596ca9dcb88a65ab9dd5a 0.00 MB 1 0
39,163 39,163 0000000079ef9485dcb579a2c8a0bd17c0926ed4212faff2d4d753bdadeea4b6 0.00 MB 1 0
39,162 39,162 000000004293b650284fc597db99cf743947e8538c0de992cb1cb5a35e444b3a 0.00 MB 1 0
39,161 39,161 000000001be6d393339718fb29d5b84ac4df2c770880c81be44f18b76a424878 0.00 MB 1 0
39,160 39,160 0000000062bdbb46516f32798e66eb0ac917335720616fcd22fc298b344fce4d 0.00 MB 1 0
39,159 39,159 000000003c03f521ec03ccdae7e0614f80a6020bdb49bc8f4722a6908e0f6019 0.00 MB 1 0
39,158 39,158 00000000751e2b0b0b03f6dfca6ea07588e8f24c076147704b37a3b456858326 0.00 MB 1 0
39,157 39,157 000000006b552c10241b4c678bc65217a31585c6855c5e73fc503fc39b951ba2 0.00 MB 1 0
39,156 39,156 000000003968241481ec4498c4d51f31f5c907dad25f4df10fcd06fa3cf3a5b7 0.00 MB 1 0
39,155 39,155 0000000015fa580abce296759fa964084163fa1ecebfe3699d23514c319090a7 0.00 MB 1 0
39,154 39,154 000000006a846b829ed8136d7e0d1a9d1abbb9b9429b795d32a4d833b52c739f 0.00 MB 1 0
39,153 39,153 000000003bc39424d6c1e050e5c11d153c7fcfb38ca8919838c8946fbbea6804 0.00 MB 1 0
39,152 39,152 0000000041ea8b92e0ff14e3a76b288a5336620f6e9828b757c54fdaaa7d296d 0.00 MB 1 0
39,151 39,151 000000007ccdb1464d292d8625197e68dd68a71b8d80292fbbbb7022b15d03b4 0.00 MB 1 0
39,150 39,150 000000006def5428233363244c845557682b0fff94b2bfb567dffe1158d3bfe8 0.00 MB 1 0
39,149 39,149 00000000500279e81f097b53ab5663859404caad0eec4b73118a0e6c3699441b 0.00 MB 1 0
39,148 39,148 000000002cc695b2c0ddfab580001e9bbb63ff3a38e07a61e86128a286233b44 0.00 MB 1 0
39,147 39,147 0000000024face9df5d93e059a4ee252752c8dbbcebf07e6efc4debad3fc0750 0.00 MB 1 0
39,146 39,146 000000005d9745eb7a20fd4082480b5776bd2035cf937de9aaf2b4f25872ccd7 0.00 MB 1 0
39,145 39,145 00000000858af5f8b543d277c3173d320b4a70001dd68f869f2b3f2094ddd4f8 0.00 MB 1 0
39,144 39,144 000000005f3c3659d743ac016a089c16a22ce4339047a4039c599a8eefa54c96 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.76 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,195.50 GB sent, 117.36 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.