Loading Tool

Explorer IconExplorer

Memory Pool

78,500 transactions
29.97 vMB
0.08725228 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt 3311f4af86a0991fa735aca7779392a2e394af9d819997e447cb6b5166d35e63
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root ac3dffa704d1ccbbd7836cce32127381c46a9d40c8b5e2178578b08ac6039021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,716
Size: 1.00 vMB
Total Fees: 0.01852335 BTC
Feerates: 100.69 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (463,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,851 451,851 00000000000000000235cc331ad273e1ad43b6deb7475838b11d28fedc8fce76 2,010 1.00/1.00 vMB 94
451,850 451,850 0000000000000000017fd38e47f0b86a3507d16aa4189d16e596416d1c6d2627 2,694 1.00/1.00 vMB 96
451,849 451,849 0000000000000000002058ce109bae0df6bca2e8c767a2d239a1bcddb4e9b734 2,373 1.00/1.00 vMB 126
451,848 451,848 000000000000000002765dd82d4d888421991ae661cb07e644755a926ede713e 1,924 1.00/1.00 vMB 124
451,847 451,847 0000000000000000015c5003a5869012f58522c0a1ee5f0ac2107b07d3b0cb74 2,481 1.00/1.00 vMB 199
451,846 451,846 0000000000000000019745ed5a31a1264d578883d6739b915d4745c5616ed31b 2,393 1.00/1.00 vMB 115
451,845 451,845 0000000000000000014f0ae93b7afb182f797d148eaaa31a1059fe5ab7549de7 2,332 1.00/1.00 vMB 123
451,844 451,844 0000000000000000014e6de42ed80d042e3c1fa971be63acfef0ec65a13dc0de 2,350 1.00/1.00 vMB 170
451,843 451,843 000000000000000001309f47ab6d68526353f64e4012f2822ea34519760bd38d 2,295 1.00/1.00 vMB 163
451,842 451,842 000000000000000002745a5fe62806f055dc7b57142ce2a5f5c4c109b80c98d1 2,043 1.00/1.00 vMB 97
451,841 451,841 000000000000000000dd659b58284a5e93f5dde27639dc84c51bcd1e15499ef5 1,840 1.00/1.00 vMB 135
451,840 451,840 0000000000000000029103c8ade7786e7379623465c72d71d84624eb9c159bea 1,492 1.00/1.00 vMB 117
451,839 451,839 0000000000000000016b33ee553ab4e064f57a7891b2ff1374d6b526f67ce257 1,552 1.00/1.00 vMB 113
451,838 451,838 00000000000000000232b440275ffd8b4a79221154b168dc7bedb4f8bdc8df5b 1,419 1.00/1.00 vMB 141
451,837 451,837 000000000000000000bab776a2b6ba067aba70139865d5dc142bf0b63ea6f985 2,132 1.00/1.00 vMB 206
451,836 451,836 00000000000000000158b0508318d624e60cd28303e9cfc6d20ca33f7df811b4 1,830 1.00/1.00 vMB 156
451,835 451,835 000000000000000001d658567a926a3d3033bd8fbf5fbb86cce3e06c69aadf50 2,084 1.00/1.00 vMB 145
451,834 451,834 000000000000000001e351bdb7f2e0f06e4eb983f9843e0fe87f35c43f165947 2,119 1.00/1.00 vMB 199
451,833 451,833 000000000000000002346de0a8874dbf2302f8c89542375d89b501f577dccf44 1,287 1.00/1.00 vMB 129
451,832 451,832 000000000000000001d1efb17f261b9b32fd3c40af3b8583253b1b8b35c4ea62 1,919 1.00/1.00 vMB 166
451,831 451,831 00000000000000000172adcf1ede974f79230baa24ef4f22d76fa1b5cd0606b7 1,722 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.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: 672.97 GB
    • Received: 16.34 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.