Loading Tool

Explorer IconExplorer

Memory Pool

42,950 transactions
28.03 vMB
0.08422414 BTC
Random Selection Loading Transactions
Max Size: 144.88/200 MB

Candidate Block

Mining Attempt 4eab88d4bb31401bff02ff22e85fa2c24ce3e0fb46b2379b6d9371317b0d227c
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 2e628fac104a386472379223fc5426827af6fc45d01f3b92d72b3b7e16a1e21f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.02599219 BTC
Feerates: 180.63 > 2.60 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (52,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,012 862,012 00000000000000000003051ac1a23b8a0e3fdf8a3eb08d528d93f8bab1967116 3,246 1.00/1.00 vMB 7
862,011 862,011 000000000000000000018e440313b8bb28f938e4290beb4fddbbcf2655a5b174 7,151 1.00/1.00 vMB 2
862,010 862,010 00000000000000000002d0a22bd5ed7337e0e9d409f7c14efbfd4ed31a9cac91 3,679 1.00/1.00 vMB 3
862,009 862,009 000000000000000000016750fd83a39259b8e328830909b73c63887989e349e5 2,437 1.00/1.00 vMB 5
862,008 862,008 00000000000000000000259feffa2c9b7ae820c2d075b346701ba6550d89b4cc 2,157 1.00/1.00 vMB 4
862,007 862,007 00000000000000000000358b4d27e895a6b39398658774cf45b51c8f9f1ef631 3,525 1.00/1.00 vMB 8
862,006 862,006 0000000000000000000268a506a1c5615ac4aff80f055ebfe33aafd8054b0699 1,779 1.00/1.00 vMB 4
862,005 862,005 000000000000000000030364b3d98c9dd8e7a7ef92967ccf7526b47229cb4f8b 1,980 1.00/1.00 vMB 4
862,004 862,004 000000000000000000000f6998ad5c99927cddde077c61638deba57e1e048b31 1,955 1.00/1.00 vMB 8
862,003 862,003 0000000000000000000102a241372747dc7e3f1ef3c1f6f1cd5a9571baea1dc9 3,478 1.00/1.00 vMB 15
862,002 862,002 00000000000000000000b1efa5ac48509f56e3b5763dad5200aea8b08b4377bb 2,025 1.00/1.00 vMB 6
862,001 862,001 000000000000000000007cdd768a5591ef80af2465edfa60281883a42f3aaaff 1,993 1.00/1.00 vMB 4
862,000 862,000 0000000000000000000104175eb5f8a7d7a16854eb9963dab53c1ec0255be6bc 2,207 1.00/1.00 vMB 8
861,999 861,999 00000000000000000000b18da447f79c33c3ada5984299a9e3b07cc155369cee 2,757 1.00/1.00 vMB 4
861,998 861,998 00000000000000000002e0733330bde533b14659c5971e8fab631280931da971 1,915 1.00/1.00 vMB 15
861,997 861,997 00000000000000000002c923fc5ef2380679c0bdd3136295943507039aeda3e3 3,015 1.00/1.00 vMB 10
861,996 861,996 00000000000000000001fe2bd9c99bc2611761eeafc5a88946b192b2659975e9 2,833 1.00/1.00 vMB 3
861,995 861,995 00000000000000000001f05c397e012758d10f7308885a9ee0e2e0c902cea14e 1,942 1.00/1.00 vMB 5
861,994 861,994 00000000000000000000cdb22f1d7214ebb1e52ad3383c14af982e3720e34b82 3,298 1.00/1.00 vMB 5
861,993 861,993 00000000000000000001d5e2a6806d6d4e900370dd91de0502fd08f34857ee4d 2,462 1.00/1.00 vMB 10
861,992 861,992 00000000000000000000b6ebc2ab32cd42c7f692fd1d499abba7b8d291d6870b 3,172 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 634.09 GB
    • Received: 12.24 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.