Loading Tool

Explorer IconExplorer

Memory Pool

78,226 transactions
29.63 vMB
0.09153935 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 3829f187d776df3cddce40df03fe733c966b77cf11848267c90b9f872f53d2a7
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root d1b167ca1012b4fcf4bf454ed5669f4e119b75585ca8c48ecd37f9050b5cb78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,956
Size: 1.00 vMB
Total Fees: 0.02575233 BTC
Feerates: 477.45 > 2.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (513,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,286 401,286 000000000000000004e363297771ab44a7ed816605c2a7327e37ff446d82c177 2,829 1.00/1.00 vMB 99
401,285 401,285 000000000000000006785f62dce90601da24287b52697a98498f81380e99de77 793 1.00/1.00 vMB 18
401,284 401,284 00000000000000000556c52a540f029970ae4504a119f43ec7a4f9946dede3b7 1,884 1.00/1.00 vMB 47
401,283 401,283 0000000000000000061e5a6f93d393db7c2e5ce2aa32b6bf98a257fc2434f8b4 1,355 1.00/1.00 vMB 31
401,282 401,282 000000000000000005d7260a08b6d77ba2b1b85de3eea16102fe5fb7648cc7db 2,162 1.00/1.00 vMB 42
401,281 401,281 000000000000000005e9e8e822d95d0bb7111b7e0dd2258a114a2cb982e0b529 2,239 0.99/1.00 vMB 79
401,280 401,280 000000000000000003b64a6ff217a6cef915cd359be9603b15a8332171e5337f 2,340 1.00/1.00 vMB 43
401,279 401,279 000000000000000003d128977cbb78def8759400652bc266be0f5d8e6585192c 2,812 1.00/1.00 vMB 84
401,278 401,278 000000000000000002be7b3c6197991eeac8b127537a1199d7b50d166e719999 1,562 0.93/1.00 vMB 33
401,277 401,277 000000000000000003d3319de387798b9d6be3fbd7cec05362854b83ed94c869 3,581 0.93/1.00 vMB 116
401,276 401,276 00000000000000000271ade657b87566fcd7b3c77edacd3add097537695c48c9 2,667 1.00/1.00 vMB 66
401,275 401,275 0000000000000000036d69ba41ea94b69659f4b5b6ac1f1c5b581dacbc8aa50d 4,032 0.99/1.00 vMB 127
401,274 401,274 000000000000000001bca63b7bfa27bc0231dffad488c471ee2a0dfc5e8abc16 1,645 1.00/1.00 vMB 32
401,273 401,273 0000000000000000021b59e8122e35982640e80ebc2241562c29fe0707bb5380 2,085 1.00/1.00 vMB 40
401,272 401,272 000000000000000003666a16c9b9271767272fc15413668843c5150af04a1623 2,924 1.00/1.00 vMB 92
401,271 401,271 0000000000000000042fa220fee2d921d20b8e6058004c6745ca2f4e03a7c0bf 2,266 0.93/1.00 vMB 62
401,270 401,270 00000000000000000674e991410282ec3f8ec39f95e34573d68f88f9f1dfb896 3,209 0.99/1.00 vMB 92
401,269 401,269 000000000000000006eb288c95927ebd4a79cc65607678cd834b05f189d89f87 2,367 0.93/1.00 vMB 66
401,268 401,268 000000000000000003ef9f2acb9745b6364f90ac014f028b768f3e4567c2aeae 2,300 0.87/1.00 vMB 64
401,267 401,267 000000000000000002ec57699ce26b9b5cdbf80f317287716c15169bcefaaac6 2,280 1.00/1.00 vMB 49
401,266 401,266 00000000000000000006c410f348c85762453aff43922dd129be3dc14b149e6d 3,246 0.93/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.81 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: 710.32 GB
    • Received: 17.07 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.