Loading Tool

Explorer IconExplorer

Memory Pool

77,133 transactions
28.99 vMB
0.07226070 BTC
Random Selection Loading Transactions
Max Size: 175.57/200 MB

Candidate Block

Mining Attempt 05391edc956e08565aad2a031d96bcd53994971de8a1c7e5a2f871fe07ae17c3
Version 20000000
Previous Block 000000000000000000004f1797ecad87bc3b397b775f33be18dda797d18ca11e
Merkle Root 7a40174e22d5df7856b8fb39541278cdf07a0088a7bd2a497f77716fc83dc7b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,340
Size: 1.00 vMB
Total Fees: 0.01180419 BTC
Feerates: 477.45 > 1.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,132 (284,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,287 630,287 0000000000000000000c3f2fe271caadc08149149b604b3fbf27eeb061d1faf8 3,167 1.00/1.00 vMB 126
630,286 630,286 0000000000000000000cfdd013bdcb08540366446bdc1051fd31121d5cc11d12 3,083 1.00/1.00 vMB 139
630,285 630,285 0000000000000000000c0c7192e3504485c158ae869f414c477da85de04afba2 2,726 1.00/1.00 vMB 120
630,284 630,284 000000000000000000110857f67546429f7fb3b3574c1d79291e180b6278ec63 2,450 1.00/1.00 vMB 73
630,283 630,283 000000000000000000090a2e5b0a0b56720b52b7d05819545d1335b7119c4305 3,163 1.00/1.00 vMB 93
630,282 630,282 00000000000000000005dc7b1fa408cc6af9c20d02737f7ca4e3c17ac63811e7 2,068 1.00/1.00 vMB 125
630,281 630,281 00000000000000000001451a9a1d61b5682e381e425289899a02bdbee4f918ed 2,786 1.00/1.00 vMB 71
630,280 630,280 00000000000000000004b7c9a9d0aa7d0a7a7e21456ccf61155972daadacd0cc 2,792 1.00/1.00 vMB 108
630,279 630,279 000000000000000000015b1b7775a44cd154e9faac36c2971e6ded1a979fb473 2,735 1.00/1.00 vMB 82
630,278 630,278 000000000000000000082060011a397d573fbb73b1d731aa4c83fd761b819aea 2,366 1.00/1.00 vMB 115
630,277 630,277 000000000000000000087661c988790388aa208e1e028ae0f2b46b7288efb1ea 3,157 1.00/1.00 vMB 142
630,276 630,276 0000000000000000000e965452ad75a7a75cb9398a4657abbd7f7f9602e22d57 3,030 1.00/1.00 vMB 84
630,275 630,275 0000000000000000001002081788f623da5da9950c101dc0df33d0d501445064 2,966 1.00/1.00 vMB 110
630,274 630,274 000000000000000000023674febf53638ddd9544859d68d3e7cd4863c246724b 2,070 1.00/1.00 vMB 124
630,273 630,273 0000000000000000000c93c36c26e4b5c495b86d9d66fb762962195897c75219 2,670 1.00/1.00 vMB 62
630,272 630,272 0000000000000000000068462442cb5650c403e865a7e3631973f0b541da9978 3,143 1.00/1.00 vMB 64
630,271 630,271 000000000000000000052460bc66bc9f4a8928e3581a7b4f75da4402e9dbbb5f 2,633 1.00/1.00 vMB 90
630,270 630,270 0000000000000000000455e5c539a5dd98a3f3781bdf94f568b96c992c4f13c1 3,046 1.00/1.00 vMB 116
630,269 630,269 0000000000000000000bd5570fb38fe19dbac3fe7f5c5e4cb081c1a335a90a44 3,010 1.00/1.00 vMB 92
630,268 630,268 00000000000000000005732fcad277420f4343f26930ec34f4efdc94a607d131 2,882 1.00/1.00 vMB 85
630,267 630,267 0000000000000000001094d8c8ab4a3adada33a97691f6cd92d1de424110f0a7 3,068 1.00/1.00 vMB 93
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.