Loading Tool

Explorer IconExplorer

Memory Pool

79,018 transactions
29.74 vMB
0.09242328 BTC
Random Selection Loading Transactions
Max Size: 179.56/200 MB

Candidate Block

Mining Attempt a4348ef3af674e1175d545231b55d9db5eb80ca573f9d1eb1cf1bfa73cdf768d
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 356ab0fa4c1a7d29f702b2addd3b9521c9b9aa470252f40a85ca5b36637e5aa1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,456
Size: 1.00 vMB
Total Fees: 0.02604235 BTC
Feerates: 101.62 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (264,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,113 651,113 00000000000000000005342c0196b3841246002354ee62a09c43e294d7f4ceb9 2,446 1.00/1.00 vMB 41
651,112 651,112 00000000000000000008424d3ce08e94b986312368f5b1417fa25132f53a00fa 3,032 1.00/1.00 vMB 99
651,111 651,111 00000000000000000006eaab04b2ee44f2e8d543fee93c8858647433dc317f33 892 1.00/1.00 vMB 28
651,110 651,110 00000000000000000000ed0cb06e2c22978cb08ca0b118f8e20fa0cfe44c0cca 1,232 1.00/1.00 vMB 15
651,109 651,109 00000000000000000003a664e96160d0b7867c6ee0f5c4c3f8f28da17bf06a5c 2,033 1.00/1.00 vMB 40
651,108 651,108 00000000000000000004066d9562d970df0bae5c9f6e4e0d5911e4c8b455a48e 616 1.00/1.00 vMB 15
651,107 651,107 0000000000000000000b81bda28928206d7ece0beb014ea42ea2705a8468bdd9 483 1.00/1.00 vMB 13
651,106 651,106 0000000000000000000e3b7ab11200ba8a4329d5c89f8095378ef8f87d132535 2,377 1.00/1.00 vMB 59
651,105 651,105 0000000000000000000577dde3d25af948ee0c62dedd3931249956314a265815 1,361 1.00/1.00 vMB 14
651,104 651,104 00000000000000000007cd983a54a4eaf969d79961681fa2fa41eff0aba4a168 2,301 1.00/1.00 vMB 30
651,103 651,103 0000000000000000000d75030a5a79a748b9c34924e2c253796236d39afa983d 3,051 1.00/1.00 vMB 105
651,102 651,102 0000000000000000000dcfdd6d9c408ff63a4392032e25a9c304304dbb182489 2,327 1.00/1.00 vMB 21
651,101 651,101 00000000000000000001e7f2f7b159170653bf65f65a2a4e6f8b2d68ecdbca9b 2,206 1.00/1.00 vMB 14
651,100 651,100 00000000000000000004400c116ed342b3a75033d8b8eda242bff71ee41db019 2,147 1.00/1.00 vMB 77
651,099 651,099 0000000000000000000234cfdfb06f58ec4411a89a5445628e5aed48a1ff0f5c 3,005 1.00/1.00 vMB 115
651,098 651,098 000000000000000000053572996d43b820bdcb47ff6808e01d1a619ff36bd266 2,825 1.00/1.00 vMB 71
651,097 651,097 00000000000000000000fd6641b4082bac1f0da0f54bb43ba42aa1cf777fd14c 2,333 1.00/1.00 vMB 19
651,096 651,096 000000000000000000028decdf347fd7dc53671a1ad94192243ced0d6cb337f2 2,401 1.00/1.00 vMB 34
651,095 651,095 00000000000000000003e63ef64d955d47bbaeea1fe13eb984f0f7e14437cc56 2,122 1.00/1.00 vMB 19
651,094 651,094 0000000000000000000ce78ad9a15705ef4933d64005d56be89acc0777d4b279 2,841 1.00/1.00 vMB 27
651,093 651,093 00000000000000000006c22fe9f605661cee9c5af02819601a24640ecd8f64e8 2,278 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.62 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.04 GB
    • Received: 16.12 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.