Loading Tool

Explorer IconExplorer

Memory Pool

83,554 transactions
31.24 vMB
0.09656613 BTC
Random Selection Loading Transactions
Max Size: 191.71/200 MB

Candidate Block

Mining Attempt c2b661cc9b4dd4ceb285e8d9abfa124d0116c60b7bd969717fdc54fa4b284854
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 9c17d2fa8fa90e0112d5cda5408f83cb520848b7bc36434a66222198b1d5e305
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.02601134 BTC
Feerates: 301.57 > 2.61 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (105,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,265 809,265 00000000000000000000c2b67c8470ec937eb4cf76d0849e419dca501ea2134e 3,981 1.00/1.00 vMB 45
809,264 809,264 00000000000000000001074047d41c281cbd6b5c7e7991f4fbdd1220718a62c3 1,196 1.00/1.00 vMB 17
809,263 809,263 000000000000000000026b12a0ef5bd9f2f835ede46b44cd316ac53c272c925d 2,483 1.00/1.00 vMB 30
809,262 809,262 00000000000000000001488bef39358ebb8ee093b8d06308e0f4f0cde504842b 1,493 1.00/1.00 vMB 17
809,261 809,261 00000000000000000002433529cd2772191d577a9f5708f291505cb5f4bb518c 2,573 1.00/1.00 vMB 28
809,260 809,260 0000000000000000000316182fe0a50138153f71930660bc5ababa0835542e0f 2,596 1.00/1.00 vMB 45
809,259 809,259 00000000000000000000adcf06976fd9c8ad763a1af10b9f1a1618b1d1ff10dd 3,193 1.00/1.00 vMB 31
809,258 809,258 000000000000000000008ce655c67e7e05a174b68f0940fe98fcf47ae1f2167e 3,262 1.00/1.00 vMB 10
809,257 809,257 00000000000000000000250996bcf41247b26c8b3a8d5bb17f1678c97372cbc9 1,736 1.00/1.00 vMB 11
809,256 809,256 00000000000000000002b2e93c19e4c3cdc652baa4acb99cb3a8e25c5fd38f8b 2,282 1.00/1.00 vMB 26
809,255 809,255 00000000000000000003132199b871bc88280e4f0050921aa0b2132be7871f1f 1,575 1.00/1.00 vMB 14
809,254 809,254 000000000000000000043495d6f8f51e2689a2936325e25f35e7c665b3b99402 1,407 1.00/1.00 vMB 19
809,253 809,253 00000000000000000002919578b083afec760445bfaa37cf5034fe3d9af5b85e 1,740 1.00/1.00 vMB 24
809,252 809,252 0000000000000000000143aefa609bb22efbfb8cbcba4e608293f97723373613 2,499 1.00/1.00 vMB 27
809,251 809,251 00000000000000000003fd0626c2f8a8e6d0a21839c40bda58a708ed47220114 1,124 1.00/1.00 vMB 13
809,250 809,250 0000000000000000000053e69a37c5e2b7dcb16cd3c2f34dec814feb47ffecc7 1,045 1.00/1.00 vMB 13
809,249 809,249 00000000000000000001edbda0b7b8d5cc8e83fc44a49f15e972aa86534f6c61 1,944 1.00/1.00 vMB 24
809,248 809,248 000000000000000000042b2649752222fa8c77f05dc570c0629230af078b56ae 1,624 1.00/1.00 vMB 32
809,247 809,247 00000000000000000002d0675704ec6905b2041a2baf71aec07e1cc37ad188ce 1,642 1.00/1.00 vMB 19
809,246 809,246 00000000000000000002429376abbdc3fc80c62a80acd071aec0599f5d64376f 1,765 1.00/1.00 vMB 19
809,245 809,245 000000000000000000028ddc68bcec55d3a887ecb1dd64e3f360bfc19acc1dfb 224 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.78 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: 709.57 GB
    • Received: 16.92 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.