Loading Tool

Explorer IconExplorer

Memory Pool

80,324 transactions
30.45 vMB
0.08136908 BTC
Random Selection Loading Transactions
Max Size: 185.35/200 MB

Candidate Block

Mining Attempt 3ebc05669afa6180514bfff0bf41e56ee3ac4e8205136b2e988be5bc2f825467
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root 61e9e3262c3f39469dbc69eb0b8c24a60d2b50207e9beb43c64014c6d45e5bed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,233
Size: 1.00 vMB
Total Fees: 0.01281682 BTC
Feerates: 50.77 > 1.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (472,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,008 443,008 00000000000000000009d84a86920e1b1d88cfa6ae5a15ebc7e6fb74eee028bc 1,514 1.00/1.00 vMB 40
443,007 443,007 000000000000000000897c347c02676f2f4d68f0be4a9e84d97bba8391165130 1,465 1.00/1.00 vMB 60
443,006 443,006 000000000000000001d19520bf6f2a6081219e20151faa467d132f64c103219f 2,263 1.00/1.00 vMB 74
443,005 443,005 000000000000000001fbc22595c3c604ba2c4593b301e9077d24f355c347091a 1,780 1.00/1.00 vMB 93
443,004 443,004 000000000000000002d1e2239eba2817f001b322410052ffd101a5720edbed09 2,726 1.00/1.00 vMB 71
443,003 443,003 000000000000000003adba26563373fa63d803aae9376fefcbbfe410f016383c 1,016 1.00/1.00 vMB 69
443,002 443,002 00000000000000000194760bb516c6c516d3bebb1aa72362cbfb9683c716024a 1,028 1.00/1.00 vMB 77
443,001 443,001 0000000000000000013254be8b732bf5b4ea535997bb5c18bf12ae62c03ef4da 2,705 1.00/1.00 vMB 107
443,000 443,000 00000000000000000047efc3c126c3398cfdef1609682d1492cd2909e3c0a17f 8 0.00/1.00 vMB 1,493
442,999 442,999 000000000000000003b98d29bea2014f1687931d54e10e5f584381d80939e6e8 260 1.00/1.00 vMB 7
442,998 442,998 000000000000000000e8d0b41ff728f5f097acfaf4ef1d30b057bcc243bacaa8 227 1.00/1.00 vMB 4
442,997 442,997 0000000000000000032ce506bd12d48bfaf0c56f462bf113cb0782470f723708 1,586 0.91/1.00 vMB 52
442,996 442,996 00000000000000000346c980b5e5d0b5428cbc0c23410663ba719e0ce20006d8 2,462 1.00/1.00 vMB 84
442,995 442,995 000000000000000000444b03481fe02021635de1a9d7cb662004a0ab2240e7e5 963 0.77/1.00 vMB 44
442,994 442,994 000000000000000001ca2333e25d88a2ff0764024e047b924e39ebe35d1a6db7 1,729 0.98/1.00 vMB 49
442,993 442,993 000000000000000001968be058a7360f69e6c2555d8bec8b3f2971e59082157e 2,591 1.00/1.00 vMB 77
442,992 442,992 0000000000000000018c50409d92f33d50a5c3f7fe3af9e766fd4b4d5eda3057 2,776 1.00/1.00 vMB 91
442,991 442,991 0000000000000000012632c5c0cd1481e59200690f9ccd2cd6d98fb7cb6f2fec 385 0.27/1.00 vMB 49
442,990 442,990 0000000000000000007c7da5ab2a154610730e28826213b85908a2fe31c02e27 170 0.24/1.00 vMB 14
442,989 442,989 00000000000000000284397acccb1c7e68543fb4b2a568b97093ed79c80e5492 2,344 1.00/1.00 vMB 76
442,988 442,988 000000000000000001c455239d9dd9382928fa2abd47f9b00d3cd2e6bdd68797 567 0.31/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 783.06 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: 720.61 GB
    • Received: 18.22 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.