Loading Tool

Explorer IconExplorer

Memory Pool

77,011 transactions
28.58 vMB
0.08695571 BTC
Random Selection Loading Transactions
Max Size: 173.42/200 MB

Candidate Block

Mining Attempt 1ee603d282ac07e287199e84fdd0847ce2d409a08c1c07bc28b6a4ce18514e99
Version 20000000
Previous Block 000000000000000000005304b920c57207721ddd4d0c139fd52ef7ddb82f87f0
Merkle Root b80dcaec02363c4d36a377e743732ce886afa1ffca0eeff288b0e25052bd526b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,944
Size: 1.00 vMB
Total Fees: 0.02446102 BTC
Feerates: 446.64 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,606 (826,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,409 89,409 00000000000750e30b4aef37b396a15204bca7546b013c0ae800e5d0a18bf508 7 0.00/1.00 vMB 0
89,408 89,408 000000000004e753e2e48bf480d400568f052b66549441084d4adcbb2e654a56 2 0.00/1.00 vMB 0
89,407 89,407 000000000010fc94302590ec9a73673949cd00a33c2e7f3420c1909c6f781563 1 0.00/1.00 vMB 0
89,406 89,406 000000000007d024f03dd9e1fe1a3e4cba69bf3c54bc4eb412c47e740f12d72e 4 0.00/1.00 vMB 0
89,405 89,405 00000000000131a2ca2b3e41622692548106b1afdf51e4cb6bc26d7fdef5442f 4 0.00/1.00 vMB 0
89,404 89,404 00000000000f8de17b6e1998e0784facd750144f028562a02613cf7d1267e763 1 0.00/1.00 vMB 0
89,403 89,403 0000000000122d2a3ec9a6e53c8ef756656bb7e95167fcb1b794208ad2b706f7 1 0.00/1.00 vMB 0
89,402 89,402 00000000000f86007aa1b0f250d457e762f700cb562e7a7f995bf8be1a06f837 1 0.00/1.00 vMB 0
89,401 89,401 00000000000acc29ab483e7ec9bba79117f589eefa64dcc07890ce3430141e6e 5 0.00/1.00 vMB 0
89,400 89,400 000000000005657aaf1363e33bf81d8d9d266da79c896cf0f12a2c13948623b5 1 0.00/1.00 vMB 0
89,399 89,399 0000000000005e24c69a426ae2bc42cce0e9c6a0fe95c21125b2b62545852b0b 1 0.00/1.00 vMB 0
89,398 89,398 00000000000658ae2fd23e64eb9461461e5ba20bae2ba57c63d6f687a0a0138a 2 0.00/1.00 vMB 0
89,397 89,397 00000000000adfe08a970e65dcb4c09e02bb7a4e9d9755ab221c698d4db0fd44 1 0.00/1.00 vMB 0
89,396 89,396 000000000010a26db5c535fe841994f212a380e7ebb2e1c3d7c1ded0b4331e19 1 0.00/1.00 vMB 0
89,395 89,395 00000000000755c8dc4351238cb39568b6ea4d2a270850f5bc54b6f7268b14e8 1 0.00/1.00 vMB 0
89,394 89,394 000000000003a6014c08a6352733b857e1b60e96f9854a9acbf911e9fd6c506f 1 0.00/1.00 vMB 0
89,393 89,393 000000000013528c0d2d4017da161b9a251207fd18b9eb993632924a1097e79a 2 0.00/1.00 vMB 0
89,392 89,392 000000000004520799574cf2b90eaafd668684a9a03fe62f6b9a49b65aaf1acc 1 0.00/1.00 vMB 0
89,391 89,391 0000000000006e68c874d2e2c919086dcf70027a5b6d8875bce12de614c78471 1 0.00/1.00 vMB 0
89,390 89,390 000000000014e0c6881ea5e7d42f5e9c8effd2752c4b373cc90f2e63472d8229 5 0.00/1.00 vMB 0
89,389 89,389 000000000008eebc2944fb2f9a25c5ffc416aba9124895efe86822dd7f05356f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.44 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: 770.80 GB
    • Received: 19.98 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.