Loading Tool

Explorer IconExplorer

Memory Pool

45,027 transactions
29.79 vMB
0.09068747 BTC
Random Selection Loading Transactions
Max Size: 153.84/200 MB

Candidate Block

Mining Attempt 9d16cd02aae6122689cfcec0d48d8688c8bdfc93a96ec8a64f1869bf22bfbcfc
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root e6625c228fd0be4dd9a119652b3b4a85af4147738fd0bea9a4c1c3abb1c3dee6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03095484 BTC
Feerates: 477.45 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (527,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,595 387,595 00000000000000000c1b83662fd73e8c37492224b98090921268f9f52a00aceb 1,454 0.93/1.00 vMB 25
387,594 387,594 00000000000000000b80bd76c4af5d337c08d48d982382ba94b736f4d9502515 1,456 0.51/1.00 vMB 42
387,593 387,593 00000000000000000028901247a5e24e650e16914cb7dc8e96ac10f1a2a25e5b 1,035 0.51/1.00 vMB 30
387,592 387,592 00000000000000000c0e8ec1a75c827805f183e390f7c49c6a5a6e955aa8b0ea 256 0.22/1.00 vMB 15
387,591 387,591 00000000000000000cc1bf47cb284ca7c419dc51870d601a91f9dd49d9aeb57e 1,245 0.91/1.00 vMB 20
387,590 387,590 00000000000000000c422785d9c9f91d4c3b353f4c12b8db69c708fd8b27afc8 582 0.22/1.00 vMB 50
387,589 387,589 00000000000000000bb96a48fc38d088ee433822a5040748ebafd1732d364fee 1,963 1.00/1.00 vMB 30
387,588 387,588 000000000000000000ce890e0ad09dd12aed34e3080133b07169ee18ba2990de 2 0.00/1.00 vMB 0
387,587 387,587 0000000000000000023d80e8d9168b4d46fa5edceeef20d9c3290fe2f64e5693 2,335 1.00/1.00 vMB 42
387,586 387,586 000000000000000009441d384b41478c238f4911d40121e818db644ed22058db 596 0.22/1.00 vMB 35
387,585 387,585 000000000000000008d9dccb4e52d5d1d14dd4b265f30664adfbce9fb904f70e 1,320 1.00/1.00 vMB 29
387,584 387,584 0000000000000000061842b097022767df7fc6cf58c581b539127923d7b500ce 1,986 0.93/1.00 vMB 33
387,583 387,583 000000000000000007b8d1502ed915806618016786cf2b42f5df3d33ecb174ac 1,834 1.00/1.00 vMB 26
387,582 387,582 00000000000000000cf334ebf6725bfb4b284dea45f7665b9cce022f6204edcf 1,774 0.75/1.00 vMB 34
387,581 387,581 00000000000000000a5e29dd045080fa4449f1b1b37d47d738a2c2158097c04e 31 0.05/1.00 vMB 29
387,580 387,580 00000000000000000b408268352180834151d42c80c62bb2ee978f8653731c63 2,641 0.93/1.00 vMB 36
387,579 387,579 000000000000000002bc5c81417af8479ab0c773bb1515cde12aa3e123750596 57 0.02/1.00 vMB 37
387,578 387,578 000000000000000008d316eaa2ac412f5d9828f8a8016ef2195b2912e07b7ca6 1 0.00/1.00 vMB 0
387,577 387,577 000000000000000005c56baec50d7ff21a89f55104ee3614b4752e8dcf53fe29 2,676 0.75/1.00 vMB 65
387,576 387,576 00000000000000000638dc11dbc5af9e54a1a1a0d5a96f6c6fe75b42700b13fc 1,725 0.93/1.00 vMB 26
387,575 387,575 00000000000000000d996f3e58a5b270ea264edcf6611249fd254bb1a4552e72 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.