Loading Tool

Explorer IconExplorer

Memory Pool

77,337 transactions
29.87 vMB
0.10430864 BTC
Random Selection Loading Transactions
Max Size: 178.52/200 MB

Candidate Block

Mining Attempt 8ad822b0b1d09b4ce936dfb9202f2f46d90b51144e3e80fcc3e180ac9fc1a5fb
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 2e579e959e592e9d5d77fb6ad2dd7bb65262577a879c97cebb7afb97c47860c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 798
Size: 1.00 vMB
Total Fees: 0.02232297 BTC
Feerates: 21.31 > 2.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (417,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,588 497,588 000000000000000000c32a9bd6aa9dd5aeedc058d09423eebc5e4e1aa1391bd1 2,755 1.00/1.00 vMB 111
497,587 497,587 000000000000000000c56acb8c01c712acde0a0ae766f1ea621e41126218578a 3,002 1.00/1.00 vMB 109
497,586 497,586 000000000000000000cb22a48921f2d8e45911dbdbdeadb2a08a9d206a708489 2,608 1.00/1.00 vMB 125
497,585 497,585 000000000000000000cb337f61ffd32460aa018708e1e3306a6999b928d40669 1,828 1.00/1.00 vMB 242
497,584 497,584 000000000000000000b3371f5c26bce3eca27f58b61741fb80e3434c07133c20 2,444 1.00/1.00 vMB 153
497,583 497,583 000000000000000000a7125c3d3dc88d4936df826de45b83f59eb7ef3aace768 1,999 1.00/1.00 vMB 177
497,582 497,582 0000000000000000005c1cef81b62754d45ec67e6863549b5cadedaa9470878d 2,405 1.00/1.00 vMB 135
497,581 497,581 0000000000000000003e7db6a83493bcabd8d0954364e1068588a135d7c7c088 2,904 1.00/1.00 vMB 148
497,580 497,580 00000000000000000065fd7150fc66fedebd6e3f0c9b4464110c819ad0bc6ddf 2,756 1.00/1.00 vMB 136
497,579 497,579 0000000000000000009757dc613607919eef597e7fd70ca4960b0aa70ac93a3b 2,558 1.00/1.00 vMB 163
497,578 497,578 000000000000000000ba30613f44e1fbbb3f3477e0f36c1b276a5d22f9daf7fc 1,845 1.00/1.00 vMB 79
497,577 497,577 00000000000000000005c9761f322ed12812bef0be1a9440a182116addc20685 2,805 1.00/1.00 vMB 78
497,576 497,576 0000000000000000009e0d6022882a407218d040ba38a773d88f8f9f4c1c74b0 2,754 1.00/1.00 vMB 98
497,575 497,575 0000000000000000000f811e1dfb5be0666aa8fae6c9369568666bc64ce5c084 2,917 1.00/1.00 vMB 136
497,574 497,574 000000000000000000245f434eefe930726f0eab0c858e089d5328b08e036a71 2,439 1.00/1.00 vMB 151
497,573 497,573 000000000000000000912b0b576683223ce32723628875deae9ea765e18a03a6 2,845 1.00/1.00 vMB 84
497,572 497,572 000000000000000000657eb2e40338e88d7ee161b03bc5ad5390102f59e4c1a9 2,555 1.00/1.00 vMB 109
497,571 497,571 00000000000000000095b8179d901339b231bc0985fb12974c7d8ad6a5111b05 2,918 1.00/1.00 vMB 121
497,570 497,570 0000000000000000002675aa5bf91355bcf6cae211088025a463eb9af1914471 2,883 1.00/1.00 vMB 118
497,569 497,569 000000000000000000ce8869d215da6b0a9478ee40efe3500b8c1fcec0f8fe27 2,707 1.00/1.00 vMB 134
497,568 497,568 00000000000000000029034083dc7c4b93426e6cf105ee27d7a392122d21d0c4 2,162 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.29 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.