Loading Tool

Explorer IconExplorer

Memory Pool

75,032 transactions
28.91 vMB
0.15599597 BTC
Random Selection Loading Transactions
Max Size: 170.82/200 MB

Candidate Block

Mining Attempt c1e604202f46e812289b82dee4e84ff23df8a2927c06d05a07240d2882aea5d1
Version 20000000
Previous Block 00000000000000000000c0368a6a299300836a053555957b7a6df568fc9b47d0
Merkle Root 296d5c4c4a57cb936451fbe8d64d4d6e1a3bf52747d285308ecba19fd7a2dc9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.09597807 BTC
Feerates: 502.67 > 9.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,038 (449,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,957 465,957 0000000000000000013112229e458274a389982e5a982cc41575fd85c645dd1d 2,624 1.00/1.00 vMB 213
465,956 465,956 0000000000000000017623a9a13d2c8332e96c1c1f7e1fe20af2f1b792c33946 2,280 1.00/1.00 vMB 229
465,955 465,955 000000000000000001691e8b464d832a19c8be37c96ec846c3a26dc6fa8ad5a9 2,346 1.00/1.00 vMB 252
465,954 465,954 000000000000000001a751b464471bd8fb54c4bb9befa98789df1aad8dac40d9 1,578 1.00/1.00 vMB 301
465,953 465,953 0000000000000000001a6d1ff0d3324b76d01d57787d6179012160c8ea410791 2,343 1.00/1.00 vMB 367
465,952 465,952 000000000000000000f018869af8b8874110f7afa743fcc88ab58550c645a692 1 0.00/1.00 vMB 0
465,951 465,951 00000000000000000002c4affa7f0c6509b4fbc75003a3dfdd7fd68765efa4e9 1,924 1.00/1.00 vMB 182
465,950 465,950 000000000000000000dbe4595fe0083117359bf4a61a3e0f2442a75449658349 3,108 1.00/1.00 vMB 231
465,949 465,949 000000000000000001201ac4b78797b4a6e692d2ecc4fc63c1b484aef7c5a0fd 1,912 1.00/1.00 vMB 271
465,948 465,948 000000000000000001bea82c8b19908b5b01db4ad425a0fd42870ea2622a0791 2,935 1.00/1.00 vMB 364
465,947 465,947 0000000000000000003313754f586860513119cbdc946d5cf231d94d4689fcae 1,598 1.00/1.00 vMB 263
465,946 465,946 000000000000000001bdbfccb980954627b484c7f2d96444f491154dd850e419 1,703 1.00/1.00 vMB 272
465,945 465,945 0000000000000000018994bce65e2c58132fdbc404d441aa6e91f20d498e657f 1,820 1.00/1.00 vMB 287
465,944 465,944 00000000000000000172752926b8d8fe2e7ed569ca13d62184b33933f1ace83d 2,468 0.99/1.00 vMB 282
465,943 465,943 00000000000000000072e2c11b39b66fa9131595c6d758883b0da75fd81e9502 3,087 1.00/1.00 vMB 388
465,942 465,942 0000000000000000018518da6b711f4108f8adbef356d80fbb5886e204b28778 3,239 1.00/1.00 vMB 328
465,941 465,941 0000000000000000016887e9cccae5d29e322c99c988416a463d6a2f5845b4ff 2,324 1.00/1.00 vMB 300
465,940 465,940 000000000000000000e7dcfb45d8b2c21dfa8c2c61e0547a47950b9854967396 649 1.00/1.00 vMB 329
465,939 465,939 000000000000000000c1660872916b18f7d3bb07094c0e5f2f01d8c4f75045c3 2,301 1.00/1.00 vMB 237
465,938 465,938 00000000000000000095ba97eef6f47e5bdda31e6a5787a9f735be75f793edf7 2,191 1.00/1.00 vMB 211
465,937 465,937 0000000000000000019700c36fa26be246e9f69c1cd7f263b1ef772bd5f4b9e7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.46 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: 667.77 GB
    • Received: 15.29 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.