Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,420 transactions (2.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,246 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 783 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,245 (871,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
39,143 39,143 000000002df20fc65016de952399f3807f34749433cd7e3b3520c5d666c7c9e2 0.00 MB 1 0
39,142 39,142 0000000043cc2f2a3a936227d82b6baa8246d27eaf6df893ee5abaedec9eccb4 0.00 MB 1 0
39,141 39,141 00000000418f9420dafd3917d43efe62eefa56fc337737fa9f1dc4df4bb29e8b 0.00 MB 1 0
39,140 39,140 000000007e65ec347ee8ebc00f940f6ea776dc560f2f6471d2f144418572e6f5 0.00 MB 1 0
39,139 39,139 000000005b7ab5530832ddba4784d497d71293787cf966c44d922c3e495ba80b 0.00 MB 1 0
39,138 39,138 00000000357861cc159647b271ea9c57e3d1a8120ce621a13823b33cd49afa3d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.86 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,213.27 GB sent, 117.87 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.