Loading Tool

Explorer IconExplorer

Memory Pool

78,745 transactions
29.46 vMB
0.11870073 BTC
Random Selection Loading Transactions
Max Size: 178.01/200 MB

Candidate Block

Mining Attempt 8c12e9ad80116ecab764c00c117a6dd7e7db0a858531b830996d1b05d1656364
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 7aa5078c3765f90be42931cc055785bbcfeb765003df44aad05b856b0f9f6cc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.04121842 BTC
Feerates: 198.58 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (52,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,374 862,374 000000000000000000022e2c1de9558927f2c0a980c75a52c6e921c55b86846c 3,713 1.00/1.00 vMB 4
862,373 862,373 00000000000000000000325bbb20dee8d082571eef3919f0972b481cdfe7fd9c 3,679 1.00/1.00 vMB 6
862,372 862,372 0000000000000000000035cdc6f1055bda203bc8428309b1d146a35c4a062596 4,105 1.00/1.00 vMB 2
862,371 862,371 000000000000000000003898af8ce556a4faa0d0fd470fbf9303ab037aaccccc 1,711 1.00/1.00 vMB 3
862,370 862,370 000000000000000000009a55f324decae2eb5d91bc00c6fe9253848de4dda353 3,701 1.00/1.00 vMB 5
862,369 862,369 0000000000000000000226cfa8373df71b3200f1db8bd0eb99cd94e9d1b5ae1f 2,928 1.00/1.00 vMB 5
862,368 862,368 000000000000000000025d091e359a95a4c5bcd2e6ae3bc49becc662b280d496 3,722 1.00/1.00 vMB 3
862,367 862,367 000000000000000000005fae4f4aa46f637ca6d401e4340e08286ec9699b5812 7,176 1.00/1.00 vMB 1
862,366 862,366 000000000000000000006d30fbb9148a12af72ef6533cebfcb8ce7f3af651cbf 3,897 1.00/1.00 vMB 3
862,365 862,365 000000000000000000024c5a536c5000a256f6e0dc48bf9b61a5360148c73d51 4,453 1.00/1.00 vMB 2
862,364 862,364 00000000000000000002faa72a7ad57f2bf54dd555915b9e6409e8a4d874dbef 3,415 1.00/1.00 vMB 8
862,363 862,363 00000000000000000001336c25eb37276ee04f4c1d76314843c645438400c0fa 5,636 1.00/1.00 vMB 3
862,362 862,362 00000000000000000002fa35b120c889474aeaceb9dab99af2a25942a0e076f7 4,936 1.00/1.00 vMB 2
862,361 862,361 00000000000000000002a438fbeb1a9d15513ab2aa432ec93d28503f1dc2db29 5,221 1.00/1.00 vMB 4
862,360 862,360 000000000000000000018e6b02f4b20dc0dfb4bbf21442eb52ff881abf33b7e9 4,550 1.00/1.00 vMB 4
862,359 862,359 00000000000000000001ea892e012320d6896505b23ba96f0386d401b6b28813 5,062 1.00/1.00 vMB 4
862,358 862,358 00000000000000000001cfa4f3df7b5c54b26aff2bce1f1fc6cb9c75a4fd97e1 6,627 1.00/1.00 vMB 1
862,357 862,357 0000000000000000000208319305d70c56a92e842f7098f472606d0957455df4 3,665 1.00/1.00 vMB 4
862,356 862,356 0000000000000000000266f108bc9fe4c2c6e98c15a128b2a2a85debc084d3f4 6,537 1.00/1.00 vMB 2
862,355 862,355 000000000000000000028343c8c2d88b8eb5039f559dacbc02be9c7ccf76b99d 6,997 1.00/1.00 vMB 2
862,354 862,354 000000000000000000021cce1cfb569628d16c069ae70fcb9e9db161678c7e2a 6,199 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.