Loading Tool

Explorer IconExplorer

Memory Pool

73,931 transactions
27.30 vMB
0.06424430 BTC
Random Selection Loading Transactions
Max Size: 166.75/200 MB

Candidate Block

Mining Attempt f42154eb349ee76095c9a4ba732eb73d2433f4ff116b8ba0e5d7ec3d8e719482
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root f71067ce29098f65ba9d622fb65cc122d2a2289f04697a0894cca5885eeaf6f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.00615160 BTC
Feerates: 100.53 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (353,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,278 561,278 00000000000000000004a3c012896b6d181b478ac2f2be21c45524d957959355 1,856 0.60/1.00 vMB 4
561,277 561,277 00000000000000000005ee307cfbbae471e04c2963afeb9c955312fcec26a101 3,453 1.00/1.00 vMB 16
561,276 561,276 00000000000000000028b9a6ac6f20d04a034c090eaa24f01a3ad8f2f5fe29f9 55 0.01/1.00 vMB 9
561,275 561,275 00000000000000000023a334dbe175caeba237f5eccf6411c909c91a7567fbec 2,637 0.84/1.00 vMB 10
561,274 561,274 00000000000000000005f08f62de66226e2de0e5d81bc556d0950773c45b8f2b 2,996 0.94/1.00 vMB 4
561,273 561,273 0000000000000000001eeb1b54aebd4a4bde232f1af3912cb4583964b774f998 3,331 1.00/1.00 vMB 20
561,272 561,272 000000000000000000106a5c9e3f428ec3e7ca3f209f86c82dfd443d3a7811f0 3,216 1.00/1.00 vMB 14
561,271 561,271 0000000000000000000ff236fbf093edcb3c21c42e638fd8fa9cb747ea13eb45 3,438 1.00/1.00 vMB 20
561,270 561,270 0000000000000000000e5811d83c0caa8dcb1e8076961a4e33fd27011e125400 2,570 0.81/1.00 vMB 21
561,269 561,269 0000000000000000001e76d4a10a842927755608154ec781684a182aeca56296 77 0.02/1.00 vMB 11
561,268 561,268 000000000000000000030eb31b787d31933327d1e0b3f40f16e3caefa9605116 712 0.21/1.00 vMB 2
561,267 561,267 00000000000000000022baa938f09f0d8a6faf15ece9882a0efbef9f677fe641 3,477 1.00/1.00 vMB 11
561,266 561,266 0000000000000000000e3509140daf8e06978c1d6b15ce2ad36e7ccbaa1f44e7 3,156 1.00/1.00 vMB 15
561,265 561,265 0000000000000000001ff75f2381efa795be75d1af32622aef68252b7b680e54 2,294 0.76/1.00 vMB 11
561,264 561,264 0000000000000000001dd936ccc28cbbc2f8f6415a61cc55e9c7ff5a0ac04ca3 773 0.37/1.00 vMB 13
561,263 561,263 0000000000000000000e347c646b9687c4b715c68782fa612c562ffe9c36d98c 2,575 0.97/1.00 vMB 2
561,262 561,262 00000000000000000012aca31114d31969025a2a9dd299bb1fcf71843ecdc7a3 3,138 1.00/1.00 vMB 28
561,261 561,261 0000000000000000002796faf66bc170f7ab8b3fedd220370b241e31827a2c64 849 0.30/1.00 vMB 9
561,260 561,260 0000000000000000000a852587de7965d51492f0c3bbcb3b5b6f0597d9744fe2 1,367 0.62/1.00 vMB 11
561,259 561,259 00000000000000000012821cf72e9694231e7f4f9a702d02d76cc5f9d71afaeb 1,476 0.49/1.00 vMB 12
561,258 561,258 00000000000000000006d2e95cc0fbb030035acd392de1157920711fe4595e23 1,283 0.42/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.