Loading Tool

Explorer IconExplorer

Memory Pool

41,828 transactions
28.89 vMB
0.07164879 BTC
Random Selection Loading Transactions
Max Size: 148.20/200 MB

Candidate Block

Mining Attempt a68a44a2d813b52c791b58a7167bf256b8d2c1cd4f510dc961420ca351f8522b
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 6324ba204d77e8ffac450bca55952ae7ce5939d8d6e9ffc6e9ed9e5d643e5536
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,246
Size: 1.00 vMB
Total Fees: 0.01546416 BTC
Feerates: 100.19 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (737,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,394 177,394 00000000000007c3e02eb539bf233144c6f2f8ff92950216ef91504c395a698f 9 0.02/1.00 vMB 51
177,393 177,393 0000000000000757f19cd8d845428634cbb41ef37b022034d789714c46db9c40 39 0.02/1.00 vMB 0
177,392 177,392 0000000000000a18f341a967f0de86a2538d6080567eae343e1f897bddad0ba5 142 0.06/1.00 vMB 96
177,391 177,391 000000000000043f3db8ff44c587e4ebabb298a9ea978c11133416e464fd193d 55 0.02/1.00 vMB 35
177,390 177,390 00000000000002eb2a373606a0717267ac37969e53aee6d1a7c2d7e10695f463 45 0.02/1.00 vMB 165
177,389 177,389 0000000000000260cc93ecb8bcb4f6332cc5bda890afe7ff5f58efa141f5b958 12 0.00/1.00 vMB 259
177,388 177,388 0000000000000275cf7cf543a1eda0dcb0d78ec8a1cceb11a202d98e6e6a2dd3 60 0.03/1.00 vMB 157
177,387 177,387 0000000000000724d677de7b5ed3ac5cd21f89fcd7daa78853b90b5f1a7a7ff2 69 0.06/1.00 vMB 77
177,386 177,386 000000000000048c374fe4643c1a25da3095564b65d4042a3b2fbec0b009c464 47 0.02/1.00 vMB 100
177,385 177,385 0000000000000385b60eb60dfcc180af2c51c34aea16aeeaa86f86fb4446e4a3 25 0.01/1.00 vMB 593
177,384 177,384 00000000000005ec20e252e7296e11831b8be95907ca8881028cb0d593fcdc96 64 0.03/1.00 vMB 16
177,383 177,383 000000000000043f0940f1507e371d1c80c29c3cb3cfefbb7c236f1e352bca62 122 0.06/1.00 vMB 1,926
177,382 177,382 000000000000028f4a115fc46bed22b1cdfea164840aa949298ac1d5a935cc7a 29 0.01/1.00 vMB 142
177,381 177,381 000000000000086695cf248398b73e6cf2c8ae4ad61b70122bde885cfe23bc57 46 0.02/1.00 vMB 127
177,380 177,380 000000000000064b52b9f6aad7f38f7eb3eb5888d208a1b8b41f69449b2c6051 19 0.04/1.00 vMB 59
177,379 177,379 000000000000042ea71186059aba3a9baddd8aa9519ff3d8c0100aa46f83457e 166 0.05/1.00 vMB 50
177,378 177,378 00000000000001037295f55f79c7fa1f77af20d99703bbf66e71cd6207aa4165 28 0.02/1.00 vMB 25
177,377 177,377 00000000000001e1fb1b05ab8a6f931f3b1d2af051189057783fe6d89153766b 82 0.09/1.00 vMB 58
177,376 177,376 00000000000004b57f0ef0c993d75e1dc4b7d88ad7f0f1c7d1415f3fc3d39817 66 0.06/1.00 vMB 556
177,375 177,375 000000000000021e29feeaee09b6f9c47fb64135c7d70e7571367ff854c6d435 56 0.03/1.00 vMB 191
177,374 177,374 00000000000007cac71897d2565ae7e51391c8fb445218a4c16ca2b1a0f956ee 91 0.09/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.