Loading Tool

Explorer IconExplorer

Memory Pool

91,375 transactions
33.23 vMB
0.25405111 BTC
Random Selection Loading Transactions
Max Size: 199.67/200 MB

Candidate Block

Mining Attempt df92c52dee5c242c33e2fa5732b81b9e6d2d27999464d4238816db54a2cdf8b8
Version 20000000
Previous Block 00000000000000000001bad1dc6c3d29b839c60c9030033937f5e85776d940c4
Merkle Root bc34d2a553015c5e2208ec27bdd6bfe753d025613e3413b712c828e504b3cc75
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,130
Size: 1.00 vMB
Total Fees: 0.06989226 BTC
Feerates: 161.09 > 7.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,525 (14 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,511 917,511 00000000000000000001b8d1b80854603d877c7507f2b665263168e0e9f3990b 3,325 1.00/1.00 vMB 3
917,510 917,510 00000000000000000000035afa2582f299ed3bd8412a98f2c9e706dc32f97daa 2,464 1.00/1.00 vMB 2
917,509 917,509 0000000000000000000089c3bfc7a62564cdc7df299c6d76ac68fc15874a9e5f 4,072 1.00/1.00 vMB 4
917,508 917,508 000000000000000000014e0387cd181b15a1b64f9d28d7fc4ca8a04b7694dbcc 3,762 1.00/1.00 vMB 4
917,507 917,507 00000000000000000000ac8ca3aea6038129397a54971d523c75707be8cbba5f 1,314 0.78/1.00 vMB 1
917,506 917,506 00000000000000000001ba75988aaab8cae8f89bc6e6a4b1c8e7b58bdfd3be02 3,490 1.00/1.00 vMB 4
917,505 917,505 00000000000000000000306b96e3b31d22cfa53534f0832b3813ac0a701b0454 2,365 0.91/1.00 vMB 2
917,504 917,504 000000000000000000005eceb96c850836d1954620f7140346b28bf4e803643a 3,905 1.00/1.00 vMB 1
917,503 917,503 00000000000000000000faaf3a3349c4df83b2c5d3df9b0eac4a08d415911a4f 2,976 1.00/1.00 vMB 2
917,502 917,502 00000000000000000000a67ff0e175cb3428280f92a4e7a4fd70a642573c7c0c 3,267 1.00/1.00 vMB 2
917,501 917,501 00000000000000000000dc1d3fb3054731304527693fae514d0446b762580055 1,546 1.00/1.00 vMB 2
917,500 917,500 000000000000000000006e67b68dfb4af407a188c08fdc0b6bc33428c58df868 1,892 1.00/1.00 vMB 1
917,499 917,499 0000000000000000000123b8fee85bc9019e8fca06c7f61c8fa2245d79d57e06 3,797 1.00/1.00 vMB 4
917,498 917,498 000000000000000000015a18474bbcc9720d7e4b9f4dafc55b4bfad7f75e2916 2,592 1.00/1.00 vMB 2
917,497 917,497 00000000000000000001504fbb0c7926784a07b86937e12d833b742087286775 4,423 1.00/1.00 vMB 5
917,496 917,496 00000000000000000001b03526e347c54388a1ba6e15fad161279d8a51f4ba1b 2,859 1.00/1.00 vMB 2
917,495 917,495 00000000000000000000618cd3f3d06df483e188df0c2fe55338c55967b77bbe 3,788 1.00/1.00 vMB 4
917,494 917,494 000000000000000000004471fd497f6e7afc83fb491dc578594a8fc585a96195 4,762 1.00/1.00 vMB 0
917,493 917,493 000000000000000000002068fc473269c332a259a5961e798cc845c3d5b421db 4,422 1.00/1.00 vMB 0
917,492 917,492 00000000000000000001563dfacbc14c052d38d5e842813d9921aa129ce71399 3,004 0.98/1.00 vMB 1
917,491 917,491 00000000000000000000fd268e0433d7e86635b9c21d400c8e2d4cc9a468aa56 2,702 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 786.72 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: 1,009.90 GB
    • Received: 34.72 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.