Loading Tool

Explorer IconExplorer

Memory Pool

86,123 transactions
32.07 vMB
0.21694714 BTC
Random Selection Loading Transactions
Max Size: 191.79/200 MB

Candidate Block

Mining Attempt ad0eb054df018414b33f93d39b21a318de39ac21877e997b2c2801d322bbbadb
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root bcfbb2f8b054a48b91190c9b7c50239fb8542139f83d4124bee90aa8a089fc11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,879
Size: 1.00 vMB
Total Fees: 0.09763514 BTC
Feerates: 529.10 > 9.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (159,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,280 755,280 000000000000000000055a03b8c36d50924cca2dc2ad18b71dab7585e09e8d98 1,321 1.00/1.00 vMB 15
755,279 755,279 000000000000000000088759f134f4b96a4cf144a069c917bbbf22e28c1eab80 2,256 1.00/1.00 vMB 13
755,278 755,278 000000000000000000033a88da19a6e7465ede10d6ce59987751e85c2a1b0118 3,252 1.00/1.00 vMB 21
755,277 755,277 00000000000000000006eff4f80b7514454305a679a8d5cd47bf22ed713e29b2 3,386 1.00/1.00 vMB 20
755,276 755,276 00000000000000000003ed2970cb9ed5822c5b87be971b5ffe1dba23822b40c4 3,360 1.00/1.00 vMB 12
755,275 755,275 00000000000000000001aaf6efcd3b2de4c0839adfb0c3f61077ec96e74d2b09 2,330 1.00/1.00 vMB 12
755,274 755,274 000000000000000000011c1ac439c6803f33f9f7ed73ea9199528b5cffc34ac6 3,325 1.00/1.00 vMB 21
755,273 755,273 00000000000000000001886738b97a0a01a02e5a0d4923279b67a22303a214dd 2,327 1.00/1.00 vMB 14
755,272 755,272 000000000000000000064283f288addb5f3563f7e2da85684b3a7c1bc8fdab53 2,909 1.00/1.00 vMB 28
755,271 755,271 000000000000000000017c5f32d5b5ded390d68c41947af7967fe07f8bbde069 3,024 1.00/1.00 vMB 14
755,270 755,270 00000000000000000002db6c53985e6e1127737f7e1e587a6687b2c87d06aa85 2,151 1.00/1.00 vMB 19
755,269 755,269 000000000000000000044a8c26fd86e6585846ef00bcf2578d8a77a70a887968 2,454 1.00/1.00 vMB 19
755,268 755,268 000000000000000000009d2b3d071a65329fe3fcc8a01604154ef041a7c77478 1,885 1.00/1.00 vMB 15
755,267 755,267 000000000000000000006379119b8cf2a1041e128532958ac451fb2cf0cbb995 3,181 1.00/1.00 vMB 22
755,266 755,266 000000000000000000023d9a02951e1dd496504e61e05680935ec1aa5094bd0d 3,023 1.00/1.00 vMB 13
755,265 755,265 0000000000000000000224857dd3abdb313c0d9067de0da3c47898b36fd5e348 3,201 1.00/1.00 vMB 16
755,264 755,264 000000000000000000015eaff7cc90a5f8faf3156771b070e4bc965044659efe 2,679 1.00/1.00 vMB 16
755,263 755,263 000000000000000000048d6fe6a673f4d52b8db5a78acc84c74640bda933b9ff 2,089 1.00/1.00 vMB 4
755,262 755,262 0000000000000000000145882b8c2f4e7bb44427bb2f78124bf6e16f1849243d 2,750 1.00/1.00 vMB 15
755,261 755,261 00000000000000000005ddc274314051063d8363559ded9ca3b19398d430286d 2,547 1.00/1.00 vMB 16
755,260 755,260 00000000000000000005bd4d7282da3d6e79c4a9956875740dd05d6a49c9e061 2,824 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.70 GB
    • Received: 16.31 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.