Loading Tool

Explorer IconExplorer

Memory Pool

79,213 transactions
29.32 vMB
0.09778527 BTC
Random Selection Loading Transactions
Max Size: 177.25/200 MB

Candidate Block

Mining Attempt 6b506a073acad29d2c2aa9895354c404fdad617a2ff4545d9e8f1789326f427b
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root ab1e07e4a00c78dbde56612685d1a29607158bcd34339a7953faf6e55e077b19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.03550510 BTC
Feerates: 150.62 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (268,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,209 646,209 0000000000000000000eac365d4942ed2630958e9925d4a313dab2da389cf4ae 2,022 1.00/1.00 vMB 96
646,208 646,208 0000000000000000000198fe214ccf4246db03339c1172a13d79a4a22bbf94c4 2,829 1.00/1.00 vMB 122
646,207 646,207 000000000000000000082d3a7f5bda56eccb57e10b759eac54472645c1a4493c 2,820 1.00/1.00 vMB 70
646,206 646,206 0000000000000000000352deba90d9b9c2a3e678db1f21b264e0a47b6544621d 2,598 1.00/1.00 vMB 107
646,205 646,205 00000000000000000006537e3fbf6f2457da4c2ff42bbb11a10be8ae48bbdbe9 2,587 1.00/1.00 vMB 73
646,204 646,204 00000000000000000001d11214b52bfa9b907271a12be05fdc402997b731effd 3,254 1.00/1.00 vMB 79
646,203 646,203 0000000000000000000d9231f0720fee219905003c4bb0056be8a44148cdf2d4 2,973 1.00/1.00 vMB 100
646,202 646,202 0000000000000000000c3732ba5488e2302fa841dabb7ed61598c2a6c537ac0c 2,151 1.00/1.00 vMB 93
646,201 646,201 000000000000000000063d1b3026530932ff723b64570f8787fc35c8297d8725 2,795 1.00/1.00 vMB 121
646,200 646,200 0000000000000000000154ad3d3af78f3e92fc6aabbcb6b7ca0c28f736ef7d27 2,413 1.00/1.00 vMB 98
646,199 646,199 0000000000000000000ca5e9b0951308d36d753c24d38cdae7f590de2db4f1de 2,780 1.00/1.00 vMB 95
646,198 646,198 0000000000000000000f66a83b36e39dad85f95d59416a345384c2ec3a268364 1,993 1.00/1.00 vMB 102
646,197 646,197 00000000000000000006539153bcd9e63218ea5deae4dbff5b80e52ac09a89ec 2,826 1.00/1.00 vMB 118
646,196 646,196 00000000000000000009e830c456b660efba500c9355221fa9a9da07f4a24441 2,483 1.00/1.00 vMB 104
646,195 646,195 0000000000000000000bc3bf055f3fdde34d8427b21c87e88f5dd2aa805fe7e3 3,201 1.00/1.00 vMB 127
646,194 646,194 000000000000000000002848eaccc849dc707df4208806172d7066ef4e3bc6fe 1,895 1.00/1.00 vMB 91
646,193 646,193 000000000000000000033aeb8c2c71ac3afbab3f7c54d8caad8b1cf1996353da 2,864 1.00/1.00 vMB 104
646,192 646,192 0000000000000000000f47faf004eb1e01f4d2431b60520159516f6b354d3a68 2,960 1.00/1.00 vMB 104
646,191 646,191 000000000000000000044c6f1c95e4b1b5d5ac51185676a1c6a87f8adbb181bd 1,325 1.00/1.00 vMB 84
646,190 646,190 0000000000000000000420527c0db7f400882c3745f1a969929ac2b16438e5de 2,772 1.00/1.00 vMB 95
646,189 646,189 0000000000000000000e9186ac80edccc2279aea2af5affcd452874818dead36 2,852 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.66 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.08 GB
    • Received: 16.38 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.