Loading Tool

Explorer IconExplorer

Memory Pool

76,755 transactions
28.74 vMB
0.06765205 BTC
Random Selection Loading Transactions
Max Size: 174.11/200 MB

Candidate Block

Mining Attempt 8f3ba51e3dc7d343e34cdf4272267a7cd1d2d20d84c9f95675975134fc0d2683
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 42aaf0491da6a049352239cc0860d72d4f07f2c4b4132a5335d5ed2daeb6b111
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,657
Size: 1.00 vMB
Total Fees: 0.00769314 BTC
Feerates: 40.21 > 0.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (452,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,851 462,851 00000000000000000148c91ccfe41c93cf74a8a7387649598ec6faf54c27a8ea 2,135 1.00/1.00 vMB 173
462,850 462,850 0000000000000000019bf3f0187e56266ac74453a0444142e8321524b898c2c2 2,057 1.00/1.00 vMB 169
462,849 462,849 000000000000000000c21927b92ddc9f6408129af039cd84d2af015b811c5ce7 1,545 1.00/1.00 vMB 139
462,848 462,848 00000000000000000050c9c84dcd188c2c0bc349511902213b799aa2f4e79c3c 2,025 1.00/1.00 vMB 148
462,847 462,847 000000000000000001ff78dac9cdf1de6c50657e3f4288929072aa4fce4d7fa6 2,764 1.00/1.00 vMB 242
462,846 462,846 0000000000000000003b62b566d3d28d297cfbf666b015bb60b06a0767703248 3,198 1.00/1.00 vMB 299
462,845 462,845 0000000000000000014db78695db19622eaf3aef63309252d9b470628e3fb33f 715 1.00/1.00 vMB 321
462,844 462,844 000000000000000001dac076ac4378f6f6203fa9f29c607c4caf0c2982f6f28e 3,241 1.00/1.00 vMB 261
462,843 462,843 0000000000000000018cde35a10bb6b1dea1e35ae10c642fdd5713854abf9cf7 2,294 1.00/1.00 vMB 162
462,842 462,842 000000000000000001038ad73596de734c086c257ee0c1655df21556999c44b4 571 1.00/1.00 vMB 49
462,841 462,841 000000000000000000852ee019653206dd8cb66f90111366e7f2ca657e0b2263 1,434 1.00/1.00 vMB 114
462,840 462,840 00000000000000000032dd8ce4abb981fa775d66b901a7bd0566a288a04c78bc 1,072 1.00/1.00 vMB 50
462,839 462,839 00000000000000000216f55d0aa900d16514e366417fb61e9fae493ce24f6ab3 1,800 1.00/1.00 vMB 99
462,838 462,838 000000000000000000351bf48220010edf5b05e4d2f16fce40e0884b0685ddbe 2,394 1.00/1.00 vMB 187
462,837 462,837 00000000000000000103f71fb4118d25ddeed35f8f53cf12f04259b335c49911 1,129 1.00/1.00 vMB 72
462,836 462,836 000000000000000001eec5fe441c1758f0440e2e2b2fb924507841e21a5f377f 1,531 1.00/1.00 vMB 120
462,835 462,835 00000000000000000074934e540f858f45895978d241e746beddd2a4063d38c2 1,619 1.00/1.00 vMB 113
462,834 462,834 0000000000000000016883aea9c00671aa25a2563179c566224d03eb42c79ecb 2,341 1.00/1.00 vMB 156
462,833 462,833 0000000000000000006d885706c177465d91b39c11cbbee32013bec5ed197212 1,489 1.00/1.00 vMB 144
462,832 462,832 00000000000000000159ec6c908b46952c9b24e2a20b73df9a9bea13c72aa78c 2,663 1.00/1.00 vMB 194
462,831 462,831 00000000000000000143a5cef8dae7e02b001e2d40079e8a67521f326b8bb5c1 2,139 1.00/1.00 vMB 60
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: 673.06 GB
    • Received: 16.36 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.