Loading Tool

Explorer IconExplorer

Memory Pool

43,755 transactions
26.36 vMB
0.05645350 BTC
Random Selection Loading Transactions
Max Size: 138.93/200 MB

Candidate Block

Mining Attempt 9287702f518d7a89b05e0648fee3ce7987d914a49031ced310504a5383df18c3
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root af633ae16e5a0b7de69a7f8185feb7da08cb3a217f0e8754f623b87a6427e695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,696
Size: 1.00 vMB
Total Fees: 0.00821055 BTC
Feerates: 40.21 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (436,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,016 478,016 0000000000000000004ef7c4ddf821443255af47a1a55c5763b019dbf87e3406 2,311 1.00/1.00 vMB 140
478,015 478,015 0000000000000000001187a814c13be2da8c110daf363752af2e1ea51d17e707 2,012 1.00/1.00 vMB 132
478,014 478,014 0000000000000000010f8a5a0adaa7c1804a9794207595bda4aacc4daab52c58 1,941 1.00/1.00 vMB 152
478,013 478,013 0000000000000000000e06085099b037839d39e1c82bbb12f1fda2ec058b0d73 1,720 1.00/1.00 vMB 164
478,012 478,012 000000000000000000cf62dbd8466dcbcc29fdff6d5e0396e923013156d8fbf0 1,911 0.99/1.00 vMB 145
478,011 478,011 000000000000000000e21384cf066aed31743141517f868f70b76ce99906a443 1,813 1.00/1.00 vMB 146
478,010 478,010 000000000000000000bd868df8a9c7404f1b9fc0b5e7c0d48f4cafc538d94902 2,231 1.00/1.00 vMB 201
478,009 478,009 000000000000000000e65fc8348107c9875dfe7627bac04bbd7733ec5fe517f9 1,739 1.00/1.00 vMB 162
478,008 478,008 000000000000000000526df4bd5cc37f96ffe0f5229b2fb64fda6e3c534ee6d9 1,441 1.00/1.00 vMB 164
478,007 478,007 0000000000000000003ae6bfe987e8ca3d0c85f47046c5e0c0707a4e7a9608bd 1,465 1.00/1.00 vMB 135
478,006 478,006 00000000000000000044ac6ea4ac31650fb98bc030c741527bbaa7f0fa769208 1,350 1.00/1.00 vMB 132
478,005 478,005 000000000000000000f85dcb367d40a96b4b60be6b461e0aba04750d1d5315f0 1,714 0.91/1.00 vMB 82
478,004 478,004 000000000000000000206e549d7deebf38f285855f2fe716983ae1dfb5a839c2 2,228 0.99/1.00 vMB 204
478,003 478,003 0000000000000000007e235f2c974b1bd540df11c717f96694f1f5a84fa89ede 1,822 1.00/1.00 vMB 127
478,002 478,002 0000000000000000000362a20342dca33a1a86f01e0c28670609c3a10470d728 1,682 1.00/1.00 vMB 119
478,001 478,001 000000000000000001211f05ea9cf34d5a9710ca2ab7572b9d79273924e030ae 2,076 1.00/1.00 vMB 142
478,000 478,000 0000000000000000005833aa76bc67c72a27e847426da38d185d3c2ac12a9da4 1,900 1.00/1.00 vMB 123
477,999 477,999 00000000000000000127512919fc81bba063a1b068d38069f79ca2bcc56e8528 2,221 1.00/1.00 vMB 203
477,998 477,998 000000000000000000d614b5b376518c8fa3b26ee90c59ec6a58f0b179e8fc1c 2,263 1.00/1.00 vMB 145
477,997 477,997 0000000000000000001760e14605e21d6f410d124b121e333387dcb1934ce6ae 1,720 1.00/1.00 vMB 135
477,996 477,996 00000000000000000079943d13c6b309a7d1bf828e66c57115a381d1a66d8e89 1,879 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.