Loading Tool

Explorer IconExplorer

Memory Pool

36,085 transactions
26.04 vMB
0.06745075 BTC
Random Selection Loading Transactions
Max Size: 132.88/200 MB

Candidate Block

Mining Attempt 8d1a5af648e235b556cc6ab0841a3dbd3ddee235c32b667043d4f79c1826ba02
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 4cc7fdb79f8714803e77b595b088c9b01964a38655a7328bc8f5ae8d4396a12c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,465
Size: 1.00 vMB
Total Fees: 0.01950626 BTC
Feerates: 152.71 > 1.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (72,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,504 842,504 00000000000000000001d5f8e044a172c69e0d4a5c336bc6e39e3b4fc8f3b73c 2,516 1.00/1.00 vMB 36
842,503 842,503 000000000000000000014871fbb7901615e708b28fa427867b1fe46db76a9683 3,113 1.00/1.00 vMB 34
842,502 842,502 000000000000000000010f61ae2ddbac9085e975a12e77d900e1640bbcc70bbb 2,794 1.00/1.00 vMB 22
842,501 842,501 0000000000000000000243eb195d63ca7282c30e58a66caefff7f6db0eff6bc2 2,968 1.00/1.00 vMB 15
842,500 842,500 00000000000000000002af9971cc8dbe439e211cb1a4ccb8feeb14c1f8c33ca2 1,814 1.00/1.00 vMB 20
842,499 842,499 000000000000000000027bc6ea15a75beaa648ad6107f5bc6eb30b91c1af4542 2,538 1.00/1.00 vMB 22
842,498 842,498 000000000000000000023edfeecf2c206a750e0eba4b7eda2cb22186216ad739 2,827 1.00/1.00 vMB 22
842,497 842,497 00000000000000000002ac58211652461ed0e490e5119a22e7acda1f8ced2c21 2,930 1.00/1.00 vMB 27
842,496 842,496 00000000000000000002afd44a67a0b85596c56d38b8d4c5c0f0386c09fb5c81 3,223 1.00/1.00 vMB 40
842,495 842,495 00000000000000000001a6c7110b453f369db51cbcb2d108f6909de4460fa6c8 3,330 1.00/1.00 vMB 32
842,494 842,494 0000000000000000000182474c2064fa544eabaa4dc9be723f8dfe8b8435adc4 3,192 1.00/1.00 vMB 45
842,493 842,493 00000000000000000001242a35b4ef7a10d533fffeae30f3593c68a4136adcb4 3,064 1.00/1.00 vMB 23
842,492 842,492 0000000000000000000274bdcf451d76268824b349cd8a7458a7fa814e9c3fa8 2,969 1.00/1.00 vMB 35
842,491 842,491 00000000000000000000d25bf1ded22f390e7c8cf45c443f1831e58159d4b33b 3,288 1.00/1.00 vMB 46
842,490 842,490 0000000000000000000071b7410c46411ebff7532b09e57f976e9fee852e4255 1,465 1.00/1.00 vMB 15
842,489 842,489 00000000000000000002c679a01af4583b3f78c46ac3426c6f8fc209bf7c9dd2 2,262 1.00/1.00 vMB 21
842,488 842,488 00000000000000000002ea8f3cd4fc752affbf1f9a02e50f9e0b98acb79d8116 2,330 1.00/1.00 vMB 21
842,487 842,487 00000000000000000000fb745390065b0726d889db44d498600da00f08465ec9 1,597 1.00/1.00 vMB 21
842,486 842,486 00000000000000000001c3646486cded0190ddf99c083336b379ff0cd456dd64 497 1.00/1.00 vMB 17
842,485 842,485 00000000000000000000a8d51fff10e0295fe67bcd13c79b4f161c7c2c09c2be 911 1.00/1.00 vMB 19
842,484 842,484 00000000000000000002f3d435a635ff6b0daa8a8360ae68be70d8ccbfc60950 3,193 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.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.