Loading Tool

Explorer IconExplorer

Memory Pool

38,309 transactions
26.14 vMB
0.06153167 BTC
Random Selection Loading Transactions
Max Size: 135.08/200 MB

Candidate Block

Mining Attempt eb890a7d5a42e66b99fa45a484d87bc5e53c9fe71922a227e04f9cf5a6e8e312
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root b6a418c472a3ff80b7f5afb234f247cb25774080103bf255ff3b9e6a83b9cb7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,385
Size: 1.00 vMB
Total Fees: 0.01355796 BTC
Feerates: 265.25 > 1.36 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (895,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,487 19,487 000000009021438ef080d289d25f8a966f1ae1e1a56b0134b50a2b4640815326 1 0.00/1.00 vMB 0
19,486 19,486 000000001e2e9940795e632b374b7ada1ad56e077454529c2d108c7295003f0c 1 0.00/1.00 vMB 0
19,485 19,485 00000000cd0e007ef84219ccebad78f08317928a7bf196f1fdaa646c4c794b11 1 0.00/1.00 vMB 0
19,484 19,484 000000003e0cbe5f656f96fab27cfa4176f01b97101e52b9e3f9ce89ea3fed69 1 0.00/1.00 vMB 0
19,483 19,483 00000000d80f8b267b59e10e0a1956b309f5b7db7840457dd688bb157283298c 1 0.00/1.00 vMB 0
19,482 19,482 000000002fd7e2546d85e05678fbf361ddc167956b186ac9c20c572f3fe2bbb7 1 0.00/1.00 vMB 0
19,481 19,481 00000000b55e0bd30f95adeadbdfe4911d8ade17fae08fbb0d3510b9824ef04b 1 0.00/1.00 vMB 0
19,480 19,480 00000000e24cbdf59f363cd520a675f0a4a19f9abc3b812b0c13d31882b9c4e6 1 0.00/1.00 vMB 0
19,479 19,479 0000000083ec1defe324e58dbbb66655305e0a482db746bee09a252feed7c63f 1 0.00/1.00 vMB 0
19,478 19,478 00000000b899d6a927178a7228feae85cf9032cb5ff165ca6d10e2ab5f7788cb 1 0.00/1.00 vMB 0
19,477 19,477 0000000096af9c29727d13d3b695fd9791196bbf53c6cda2aa0baf54b5282b99 1 0.00/1.00 vMB 0
19,476 19,476 00000000de6eb3d627f963e35a5a94c2c702bf63cce9b1f15df277c650497b13 1 0.00/1.00 vMB 0
19,475 19,475 00000000ef5dc15819bb95937179e770c98b100835edd8da6288696f2ae0f207 1 0.00/1.00 vMB 0
19,474 19,474 0000000057e4fb50f592f089fc215857c2a8575abbe6bf470c3435d78d7176e3 1 0.00/1.00 vMB 0
19,473 19,473 00000000aa01fc2534ce93b852f0f9b5fb87b61ab222978a9aefa91916b55684 1 0.00/1.00 vMB 0
19,472 19,472 00000000c1ae730613fb9a84131d348076dfedc36a92c20ad8771cf10e524df4 1 0.00/1.00 vMB 0
19,471 19,471 00000000a383db244d87ce82fde0dfd672afe63a536da6c6989b172b9d75691d 1 0.00/1.00 vMB 0
19,470 19,470 00000000c44519622865343afc99fc4046b479c5fe4ca2dfbecf88658e9cc2fc 1 0.00/1.00 vMB 0
19,469 19,469 000000008a06c394b5528b8f1ebbabe5a8c0092a0dc4dd1bb196d5ed9b87735e 1 0.00/1.00 vMB 0
19,468 19,468 000000003e44681329d5e2929b198320c794dacdfdcb49da19533f6ec66707c8 1 0.00/1.00 vMB 0
19,467 19,467 00000000e306798b2d15784a6a5d2ff4cae070e5dfe40fe6866fb1989d65e1f3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.