Loading Tool

Explorer IconExplorer

Memory Pool

16,464 transactions
19.91 vMB
0.02559910 BTC
Random Selection Loading Transactions
Max Size: 102.26/200 MB

Candidate Block

Mining Attempt 3ea42ca65ef65009d8f376804f3f4d64af81f3eb0d94ffa0b0ef73bf0f01d03f
Version 20000000
Previous Block 00000000000000000001818553c53edd73bc3ed64f74fb6f3b1fc7f03c3889af
Merkle Root 2c5f38bbab28ace1ed2989dcc6fdd7859d7b0dfadb04f5b9ec485552a760a305
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,263
Size: 1.00 vMB
Total Fees: 0.00381471 BTC
Feerates: 30.16 > 0.38 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,094 (380,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,502 560,502 0000000000000000001a9ac32ab3914b244345a5e43e47df39088bb90c8ef9ec 3,022 1.00/1.00 vMB 50
560,501 560,501 0000000000000000002c6dac812e43c11fe9b1bf933d8683257cc9e58371e030 990 1.00/1.00 vMB 11
560,500 560,500 000000000000000000160149b07886f25cb0b6ad63336ddebd422b9f1521f3e6 2,718 1.00/1.00 vMB 7
560,499 560,499 000000000000000000090a236d3dd8db6a78dcbd2976a508c902c2401ff51f4d 2,548 1.00/1.00 vMB 15
560,498 560,498 0000000000000000000e527308e989dc6bbb0352b5f5e387906ce1e50bf136ab 1,958 1.00/1.00 vMB 11
560,497 560,497 0000000000000000001257d5ee43b87805473a155be8cbbdc7cafaf707d836fe 2,698 1.00/1.00 vMB 17
560,496 560,496 000000000000000000021dcfa32170936b45a4313d83f562b540c008dbd9e8e7 3,044 1.00/1.00 vMB 15
560,495 560,495 0000000000000000001b1a9ccfafb21c9d32b75b927081c00549e74f9e882c3e 2,680 1.00/1.00 vMB 44
560,494 560,494 000000000000000000246f268af044911fc2a63c0124a96cc636793ab5c0b749 2,892 1.00/1.00 vMB 37
560,493 560,493 0000000000000000000bd5e1c7a7deefa11db5b430bb623dd8e3ba12ecef18f0 3,065 1.00/1.00 vMB 14
560,492 560,492 00000000000000000009e25d348d795cbd99d99005c640d2b7656aacd601ba9a 1,160 1.00/1.00 vMB 36
560,491 560,491 00000000000000000000be5dba02cc14936637f80b755c3f955d477d735ea922 2,628 1.00/1.00 vMB 33
560,490 560,490 00000000000000000009597cdb533ae2ffe9728ca8451f1ebed6c88d1f1222a5 3,021 1.00/1.00 vMB 21
560,489 560,489 0000000000000000000f66edd0104cf9bcd7c0837bb0ae518537768622e9211e 2,143 1.00/1.00 vMB 25
560,488 560,488 00000000000000000016bd943367e0941bf42605145c89ca031bb32e6ae10dae 2,363 1.00/1.00 vMB 18
560,487 560,487 00000000000000000020f7f3749924a5070335bb93b05d43e5c81b06772aea4b 2,989 1.00/1.00 vMB 32
560,486 560,486 0000000000000000002ef9e859d6e2117c309bcb16e498dc652d9604a5612d34 2,850 1.00/1.00 vMB 34
560,485 560,485 0000000000000000000ee3cee52f2cb70991896de746746ccea3cbc4b25fd906 1,997 1.00/1.00 vMB 9
560,484 560,484 000000000000000000081e173b290f69c09c105db3d14dad38804260edd254b2 2,157 1.00/1.00 vMB 13
560,483 560,483 0000000000000000001b389a1b48cb75f3552c16cf2baf2de49c87746d3fe59b 1,971 1.00/1.00 vMB 22
560,482 560,482 000000000000000000180ca375bc24284c7282dde0aa381a63f17fd1ba45b936 2,207 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 828.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: 4,616.09 GB
    • Received: 248.62 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.