Loading Tool

Explorer IconExplorer

Memory Pool

44,582 transactions
26.93 vMB
0.06313168 BTC
Random Selection Loading Transactions
Max Size: 142.00/200 MB

Candidate Block

Mining Attempt acaf7892a6f5aaa871e9cda2bd10e2c24c6ba731f30550f02ccb94a4f002808b
Version 20000000
Previous Block 0000000000000000000143d8e69d37aea3d626276d77977f2e77ed2280542191
Merkle Root ca02c8004a120f7113a4a939facc45bbf38c7184e4ac2bbf5f1c9a7e64af90f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,699
Size: 1.00 vMB
Total Fees: 0.01326863 BTC
Feerates: 265.25 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,788 (416,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,512 498,512 0000000000000000005a415bc8bf6a44354f49a804168e6d230b45ebf38d6a63 2,517 1.00/1.00 vMB 265
498,511 498,511 00000000000000000004aa3073008c3e235f43c679897936ba8522d227322e91 2,212 1.00/1.00 vMB 395
498,510 498,510 00000000000000000093576f3c99333160f19b9d9f40fb4110631f9f1de999c7 2,608 1.00/1.00 vMB 392
498,509 498,509 00000000000000000078a14220ef6ae927fa305279b009da3b81cd2255419d2a 2,230 1.00/1.00 vMB 381
498,508 498,508 0000000000000000001c711eaa8898f83d737d5941a1c13a3bc0822a84906f0e 1,561 0.99/1.00 vMB 498
498,507 498,507 0000000000000000005efc9658bce6586f9ce8e814ea2a9ebeb882ebf1ce6915 2,663 1.00/1.00 vMB 431
498,506 498,506 00000000000000000087a02af439ed925151eac88f14394682184d133d44974c 2,419 1.00/1.00 vMB 383
498,505 498,505 000000000000000000592942e70e758426308b199687076f6503d34c7484be51 1,647 1.00/1.00 vMB 155
498,504 498,504 0000000000000000007211c03a577ff8fe7f47140009c55e8e716da027798d9a 2,599 1.00/1.00 vMB 346
498,503 498,503 0000000000000000000737a9c57e2fe92210543faf744b05a88b98097ad582d8 1,593 1.00/1.00 vMB 118
498,502 498,502 0000000000000000001aaf39fce3b3d5eeb696ebdbe4828b2fd90f73e646335f 1,510 1.00/1.00 vMB 128
498,501 498,501 0000000000000000001f0f909df62aa17c5f7676231b4d0d76b2b1fe04e60a69 2,235 1.00/1.00 vMB 241
498,500 498,500 00000000000000000098fc78e17cae7e47d894816675959118ee4e4b5a4a3895 1,968 1.00/1.00 vMB 365
498,499 498,499 000000000000000000017b5d721814bb90f856718d4d28d4cf66626c2318d7b1 2,047 1.00/1.00 vMB 236
498,498 498,498 000000000000000000253db28b29de01c5d47b8f589ab2e8363839e74be11ecd 1,556 1.00/1.00 vMB 170
498,497 498,497 00000000000000000090999b08e354a4821d1cc424e749279063e028bb3543d2 2,390 1.00/1.00 vMB 166
498,496 498,496 00000000000000000097b85ce18869c753be970a31a7337deb6b128c77ec8f57 1,986 1.00/1.00 vMB 239
498,495 498,495 0000000000000000003d4e111f80bda4dc2567679b3294bb2a4f2359c7d86f9d 2,318 1.00/1.00 vMB 134
498,494 498,494 0000000000000000008af7be2ccd37b055a10f4074458c27f50bef9b7128592a 890 1.00/1.00 vMB 364
498,493 498,493 0000000000000000002dad844d5ca53dd86c52ffc51f79e2edc25f7d22ee238c 1,528 1.00/1.00 vMB 435
498,492 498,492 000000000000000000a42084e9aab35bb77a3dac446f515fdcc974351d463250 2,555 1.00/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 782.01 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: 649.28 GB
    • Received: 13.15 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.