Loading Tool

Explorer IconExplorer

Memory Pool

81,913 transactions
30.06 vMB
0.13082687 BTC
Random Selection Loading Transactions
Max Size: 181.63/200 MB

Candidate Block

Mining Attempt f7245b995932be18876bbce063df80ff529d8a2564f2853e2222a633fd547946
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root fc062a7e25b998f92b8eebe3c8deff5812848ab89852172abce47cf1fb0d1a95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,218
Size: 1.00 vMB
Total Fees: 0.05416596 BTC
Feerates: 477.45 > 5.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (463,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
451,830 451,830 000000000000000001992eb5caa4ee3e66faaff4447ccd6cb56aae478e8805d7 2,095 1.00/1.00 vMB 179
451,829 451,829 000000000000000000d560b2b982fbcf7e50901ec0e79e836a2c191812e5b16b 1,388 1.00/1.00 vMB 178
451,828 451,828 000000000000000000ae452301e3205a714dc5e25b41051b21c5ef0731a1357e 932 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.63 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.22 GB
    • Received: 16.18 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.