Loading Tool

Explorer IconExplorer

Memory Pool

43,160 transactions
26.85 vMB
0.06973004 BTC
Random Selection Loading Transactions
Max Size: 141.35/200 MB

Candidate Block

Mining Attempt a2e7a8d6776e9ddcae5e47c466a2794c758bbf0eeaa898b838e479ad2e8b6cfe
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root b2b5cbd571a5f45932796da05c8438237210c090a219203a55f5e4bc03e53456
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,494
Size: 1.00 vMB
Total Fees: 0.02022071 BTC
Feerates: 197.49 > 2.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (283,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,445 631,445 000000000000000000074cb86a1725b65d25fb473e01bbe33deb16380adccd1e 1,935 1.00/1.00 vMB 109
631,444 631,444 00000000000000000009c0c4dc01ce730bfb9d48df5d63ba4820792827f9d1ba 2,554 1.00/1.00 vMB 45
631,443 631,443 0000000000000000000a6807cd7145dbe38c45690b53e2c85aa7143c1c7d5482 2,504 1.00/1.00 vMB 134
631,442 631,442 000000000000000000046d84eee23f1651a6b8adeb3445ca026d0c5c14254b9b 2,569 1.00/1.00 vMB 213
631,441 631,441 000000000000000000024578d4591ddfd6b8a72a1c1775b55a7f6770315c9387 2,362 1.00/1.00 vMB 43
631,440 631,440 000000000000000000045d96c773a680d7f809554fe222db16cbc420fc586d53 2,772 1.00/1.00 vMB 96
631,439 631,439 00000000000000000002a161046b9130c48b345f0cb01a953d06d54ab549b52f 2,183 1.00/1.00 vMB 179
631,438 631,438 0000000000000000000c910ba5e5b04bf2878f5102bec8401ec25188ddd258b6 3,341 1.00/1.00 vMB 222
631,437 631,437 00000000000000000008e03b6bfc504ec7492a4db466ad93202a1af10335c161 2,366 1.00/1.00 vMB 107
631,436 631,436 000000000000000000019629b45e48b6b3b8c1bb689f8601892f6a8b21c9caa1 2,657 1.00/1.00 vMB 98
631,435 631,435 000000000000000000007eb5352e525ec96004771721b8f20d3904640b69dd47 2,569 1.00/1.00 vMB 185
631,434 631,434 00000000000000000008d9dd2908620e10122ffa786f4cd3311ffc481838590d 2,411 1.00/1.00 vMB 197
631,433 631,433 000000000000000000119fb2c30c5bf8ddbbed2e4db777e7e79bc699dafba39e 3,119 1.00/1.00 vMB 221
631,432 631,432 0000000000000000000972c0e1d027491bc0e0bbe0be890f0fa8d72cc41437d6 1,709 1.00/1.00 vMB 22
631,431 631,431 0000000000000000000dbe021f37f8975d7144ae1c134b0d715f3046267d4274 2,504 1.00/1.00 vMB 44
631,430 631,430 000000000000000000057601ca8b3dce8eba4a1b83c76d84446862e5447dbdee 2,367 1.00/1.00 vMB 95
631,429 631,429 0000000000000000001169615e883ecae26963bb271a6a15b8c66f5dec9187ed 3,115 1.00/1.00 vMB 186
631,428 631,428 000000000000000000017c5c444aeeab76ff08b450ae817eaf96026789e114d9 2,158 1.00/1.00 vMB 50
631,427 631,427 0000000000000000000243fd0b40d44e5e14a041c55f4e457ae9fe8bd1848794 1,578 1.00/1.00 vMB 16
631,426 631,426 0000000000000000000f3f3583eada53f0ea93571b0845093a1343e062d04d3a 2,544 1.00/1.00 vMB 50
631,425 631,425 0000000000000000000de6044e0981293d676458150bc6b3eadd380036e81b84 2,606 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.