Loading Tool

Explorer IconExplorer

Memory Pool

80,594 transactions
30.00 vMB
0.12254400 BTC
Random Selection Loading Transactions
Max Size: 180.46/200 MB

Candidate Block

Mining Attempt 7b207eb0f651685f1f6fae4ce13b7d83220070a2089ff5223a9ebced2fbd1a9b
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root d840437cfbe66122ae00164eb674759f9a1fbb5d03242d51099dd995d77d8caa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,598
Size: 1.00 vMB
Total Fees: 0.05061406 BTC
Feerates: 242.90 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (72,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,261 842,261 00000000000000000002f2f2c13a255e192d7a5883cb081e79fb87c051946f31 4,742 1.00/1.00 vMB 26
842,260 842,260 00000000000000000002b7b15fd0b5a71a95ffa8e2aa978c7bd4c00d63f59cd3 4,164 1.00/1.00 vMB 22
842,259 842,259 000000000000000000001625b43f488b42e5a39a3a1db634ad30db979e3cc49f 4,516 1.00/1.00 vMB 31
842,258 842,258 000000000000000000032484c83ffe9db04dba939d971b54ccf53c5d23988246 5,084 1.00/1.00 vMB 26
842,257 842,257 000000000000000000032447ad8e283469a06872603122754ee5a8c1b5bb18fd 5,471 1.00/1.00 vMB 26
842,256 842,256 00000000000000000000ee3a3705c5690ac458e334d74cfa5f0303d4246b5d3b 5,693 1.00/1.00 vMB 21
842,255 842,255 0000000000000000000093290d197e2ade118d8ae73caaeef6891dc067a34c1b 4,601 1.00/1.00 vMB 27
842,254 842,254 00000000000000000000dc6a4fac4c69236b3bc30a6bf88c1a1da0c7acf4af49 5,300 1.00/1.00 vMB 25
842,253 842,253 000000000000000000032e8adcf0bc41c05e9acd5c91dc8563f60f65af139bc4 4,287 1.00/1.00 vMB 25
842,252 842,252 00000000000000000002622b5d4d2572f56086a204a5a17b3e6f596631275f58 4,127 1.00/1.00 vMB 46
842,251 842,251 00000000000000000002b1354f681a1567ac44b11c8925276227fcae0385875e 5,601 1.00/1.00 vMB 27
842,250 842,250 0000000000000000000087e72947dbb23a5da907796a538026f23f963fd104fd 4,190 1.00/1.00 vMB 33
842,249 842,249 000000000000000000023af1f6cc5ff725cf9f1953eabb7f4108968aa103b93d 4,868 1.00/1.00 vMB 27
842,248 842,248 00000000000000000002203467579cc4077a933b19677c7aae6ba8cfaf9c7e45 4,725 1.00/1.00 vMB 31
842,247 842,247 00000000000000000002b624932f7a84d33a59ce40267ebffc8c37f03f38e03f 4,097 1.00/1.00 vMB 61
842,246 842,246 00000000000000000000246beefc36f4534f30b4238f574dadb6927bbee35ba3 5,723 1.00/1.00 vMB 31
842,245 842,245 000000000000000000014d8d028fe43c9d9ac399479bc78984be4b88f19c1d35 5,957 1.00/1.00 vMB 19
842,244 842,244 00000000000000000002808b1ab3fde5fc56260df082e2df31b9da055afb09d5 5,216 1.00/1.00 vMB 36
842,243 842,243 00000000000000000000b0b09102e38475f2084b2f98703956b267ad7491da30 5,476 1.00/1.00 vMB 23
842,242 842,242 000000000000000000014cb15296c5f9aa30a48329e7fc61907759e633230305 3,108 1.00/1.00 vMB 37
842,241 842,241 00000000000000000001db6de4f4995bdbfbbeba598f4913154b85c5c3520103 4,282 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.