Loading Tool

Explorer IconExplorer

Memory Pool

15,141 transactions
6.75 vMB
0.04436934 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.12/200 MB

Candidate Block

Mining Attempt 2c487f07563cedc1d0ada6d011d1f73d00b05c64df15bd8ad2a97dca6e3fd6e3
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 8345e5fe88d74c9503eb7f650bc628079fd6052bcc4eb9aaa99f59fa397a1288
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,287
Size: 1.00 vMB
Total Fees: 0.02835896 BTC
Median Feerate: 1.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (808,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,967 104,967 000000000002d469fecfa33c2d0da309deded35925d6ab650e21a641eb49c23a 1 0.00 vMB 0
104,966 104,966 000000000000a2c3d0b8ebc3555de10ef76cbd03ddf34ab1688c55f6b245c609 1 0.00 vMB 0
104,965 104,965 000000000002ad22602f39b600cc3d3f7e47074085479b60146e5b8d879d2c31 1 0.00 vMB 0
104,964 104,964 000000000002d4460dfcebc8ca060e815be34f5d778509472ac1a1fff9d60463 1 0.00 vMB 0
104,963 104,963 000000000001a97d37f5af72801aac2be8125f36d59e3727a25ea157d49eafca 1 0.00 vMB 0
104,962 104,962 00000000000038c352858b060c9b3667672180413289ca4898c12f9e1a87e1c3 1 0.00 vMB 0
104,961 104,961 00000000000034be4a468eaead8a53d09e1814302839fe2133f3d0115a557014 1 0.00 vMB 0
104,960 104,960 00000000000184e2d6ee4157b07f78307d88167b54f6374f3f8403ac29dacafd 2 0.00 vMB 0
104,959 104,959 000000000000239e26e57ce62d538830a4b29bdcaa0cccf60673107693ec3fbb 11 0.00 vMB 0
104,958 104,958 00000000000003dd3cf8ac2b7420b8f7b68f0926dc2341f81f8d918aa862bbbd 24 0.01 vMB 0
104,957 104,957 000000000001ee4275926712eaff2823de3954f43243c0f6f30e43040f114597 2 0.00 vMB 0
104,956 104,956 00000000000161b6040f1bc718a75edf93be2463f359759c133c8b8943757c45 6 0.00 vMB 0
104,955 104,955 000000000000a5f7d82378ccc67d6b7029551f72504e29facd12cf50ea6513e3 2 0.00 vMB 0
104,954 104,954 000000000000134b0ca990a5c54c28c1893b9d2000338af814562975e5a1f70a 10 0.00 vMB 0
104,953 104,953 0000000000005685284e4c76f1e987ae7b0cf373a5ea09bc7dfc9a9017a333f5 4 0.00 vMB 0
104,952 104,952 00000000000047db54a93fad11e28c0a25aadcca6d8403d9d1ff6ba75e2458c4 5 0.00 vMB 0
104,951 104,951 000000000002639a5b170aee0e88cb489b6e147f273e1cdaf768a88aecf5b262 3 0.00 vMB 0
104,950 104,950 00000000000250edec6eef20540bce6df4c0916525a5c6716c77d9b0fafbe4b3 1 0.00 vMB 0
104,949 104,949 000000000000d60a4894599aed2d5b3bf06a68f581558b2f4e5d34dd74a4799a 4 0.00 vMB 0
104,948 104,948 000000000001ec1307f898e01155c360764e119126afa0962660c1704d18c3eb 3 0.00 vMB 0
104,947 104,947 00000000000181ac3363a15824ee0ec8ea973d946d4ee321796b71860db571bc 7 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.66 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: 317.36 GB
    • Received: 1.52 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.