Loading Tool

Explorer IconExplorer

Memory Pool

42,775 transactions
27.93 vMB
0.08171334 BTC
Random Selection Loading Transactions
Max Size: 144.32/200 MB

Candidate Block

Mining Attempt b048713918d2b2f53073669b971bf56790fa9ecb64614bd30d3315aa9bc8f353
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 7c169e2db10def7182dfcc0e5fa494216e723981151df7a5c46b6fefcef5c682
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,167
Size: 1.00 vMB
Total Fees: 0.02434543 BTC
Feerates: 180.63 > 2.44 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (372,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,402 542,402 000000000000000000149419bec988105c749883dbe4cc2a0e90093cd271615b 2,674 1.00/1.00 vMB 11
542,401 542,401 0000000000000000001dcdc0cb5a4d141404f887eed7939578e2bcbd5cca54c0 2,263 1.00/1.00 vMB 8
542,400 542,400 000000000000000000064950e2b13f9d33213fb3db850845cbbd7a6001f1bbaf 1,701 1.00/1.00 vMB 6
542,399 542,399 000000000000000000191ebc7dfd63dad3929c458430931f132e40a137286ae6 2,333 1.00/1.00 vMB 37
542,398 542,398 0000000000000000002076465f23dd12cb65ed61482b6f805f57d87d61d44e65 2,786 1.00/1.00 vMB 14
542,397 542,397 0000000000000000002670fc0fda3d27eac6b9c6f43f104faf63c9fd61d2d4b6 2,344 1.00/1.00 vMB 55
542,396 542,396 0000000000000000001470b66bc351d81c39e2a5f85a9fea155aea77caf5a04c 2,558 1.00/1.00 vMB 33
542,395 542,395 000000000000000000031f3eb9db5734b7994d89c68ee054dff0a8a26fb758db 2,709 1.00/1.00 vMB 44
542,394 542,394 000000000000000000238b71b4f074e1c409aeb7fc58fb8cd1cf275d22849373 2,487 0.99/1.00 vMB 40
542,393 542,393 0000000000000000000d044088fe35bfbc3d4e19c472de0df8f410171e2889e4 2,039 1.00/1.00 vMB 10
542,392 542,392 0000000000000000001a82df4d9defa8224d94cee9edc24df14ce98c3e2f079d 2,382 1.00/1.00 vMB 58
542,391 542,391 00000000000000000011111c52f66dccb1a5cf1fd9694bdb95f1e71783a85d4e 2,263 1.00/1.00 vMB 20
542,390 542,390 0000000000000000000b9511a5fae116680cc3b01f7b59c63b1a9ac53fdc1615 2,131 1.00/1.00 vMB 61
542,389 542,389 0000000000000000001eeead6c515feb6fe448c55581b2df57b5dae37c8240db 1,789 1.00/1.00 vMB 27
542,388 542,388 00000000000000000007b4fe8d0505532b3102b78e2365c17e7e6fe66dbce90e 1,077 1.00/1.00 vMB 36
542,387 542,387 000000000000000000252e376a2ab4cfdb387d3d57a361bb56d783591616b249 525 1.00/1.00 vMB 48
542,386 542,386 00000000000000000007a49caba173aadc295f5204f415dd662a06cd6a31f16a 349 0.50/1.00 vMB 51
542,385 542,385 00000000000000000021f0af18b6fe84df16ebc6ca3438f1700dde6defe87c67 653 1.00/1.00 vMB 69
542,384 542,384 00000000000000000007be296eb1ff4c57141771f35580ebd27c445414a15c20 2,632 1.00/1.00 vMB 23
542,383 542,383 0000000000000000001f1f5dbcaa1a890635ce2a8be5b1587ccdaddb39288b9c 2,283 1.00/1.00 vMB 14
542,382 542,382 0000000000000000002449afcb08fa3a76a1198a038632f0417d54c6ba767c83 1,854 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.