Loading Tool

Explorer IconExplorer

Memory Pool

79,256 transactions
29.71 vMB
0.11748704 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt cdc2f315929e31627b067b8174930de73e46d5d53d3d8d796d7662bc294eca6c
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root b16d7b0bb67b613054d7ad37dfb7ad7edadd4bb493b32702b56518796818e0e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,185
Size: 1.00 vMB
Total Fees: 0.05370971 BTC
Feerates: 150.75 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (804,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,025 111,025 0000000000003f21eb5a94e4273dd588cb2cb8571a84c6318debb0d7ebdfdc18 13 0.00/1.00 vMB 0
111,024 111,024 000000000000b1ffd026beb984ca510a67de5604af5aef9cd3dcf65807832ec8 10 0.00/1.00 vMB 0
111,023 111,023 000000000000967ec59c47bfbf5fc7ad6e25b445712a09b089f0bd426555e131 11 0.00/1.00 vMB 0
111,022 111,022 0000000000006dffb9271c6ea85390350d02fb3bb3cd7eeaf5664e2ed223a5b6 11 0.00/1.00 vMB 0
111,021 111,021 0000000000007886b0b8050d8e2fcd05f9bd54cdfa89b97ab66d3a06b88ea631 11 0.00/1.00 vMB 0
111,020 111,020 00000000000073f2d5d5e522fcdf11f32bbf0ab22ec7da81eb1de2c287b16f0d 11 0.00/1.00 vMB 0
111,019 111,019 000000000000cff02b72e768224592464ffea2877ad7224a2c51c361d04e1410 15 0.00/1.00 vMB 0
111,018 111,018 000000000000ce23d963a91ffcbe08f1392c5b2f4cdae4b7e1987ec7f4c374ae 10 0.00/1.00 vMB 0
111,017 111,017 000000000000dd74ee8c4b68c014824b5e92419e211606272a0277b6e8ced001 9 0.00/1.00 vMB 0
111,016 111,016 000000000000ad81f3521fa8e0bdc94155eadb745aa5493825086660181ad7ad 12 0.00/1.00 vMB 0
111,015 111,015 000000000000d671f105e15857125b5edbe47d1f08726cea9b50452b66bf154e 12 0.00/1.00 vMB 0
111,014 111,014 0000000000000aaa9a6d29a258589e113e9890680381f9fb4a08e5cff1623d80 18 0.00/1.00 vMB 0
111,013 111,013 00000000000064fc7dc257b353fda6bfbad499aa75a289394592a285d832dba2 12 0.00/1.00 vMB 0
111,012 111,012 000000000000c3cb5f0e4f78559e1ceb10030a53ced395a527d83711959a1509 12 0.00/1.00 vMB 0
111,011 111,011 0000000000011e99db61e9f7ff81c7f8499f7b65aa39c3f4de360d5b990d970b 12 0.00/1.00 vMB 0
111,010 111,010 0000000000010fd75b2606b01e06628cce1ff680ee6c4b763246ef20283ae129 8 0.00/1.00 vMB 0
111,009 111,009 000000000000901c04a0c93df2f174370b24fd105bac3bac2a627c232642137e 10 0.00/1.00 vMB 0
111,008 111,008 000000000000cd2124ee37db0f8824544a22f69c77fca05427a2b15b6587b10b 12 0.00/1.00 vMB 0
111,007 111,007 000000000000274dce8a568244a26e536f8e2f0625c8788daa994d6f7c843f59 13 0.00/1.00 vMB 0
111,006 111,006 0000000000010f0c6419b78e0cba9927e0e434db8b82a59e720c624e6126a71e 18 0.01/1.00 vMB 0
111,005 111,005 00000000000031b27b0761f85b169762ecab44ad94ca46248bbe442e2d23c586 11 0.00/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 782.56 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: 670.23 GB
    • Received: 15.84 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.