Loading Tool

Explorer IconExplorer

Memory Pool

22,649 transactions
4.14 vMB
0.02231226 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.23/200 MB

Candidate Block

Mining Attempt fd35c5d4be42c4b846b90a368e38670f35c8fa0e24259d1ee80bfa34035773cc
Version 20000000
Previous Block 00000000000000000001f8169700f7fb73d81d50019d45627eae82040ae0863d
Merkle Root 3d8e0525e3fab3207d24a0762936d57daf81ecd960eaecf655b7297606b6bb31
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,716
Size: 0.54 vMB
Total Fees: 0.01269917 BTC
Avg Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,865 (779,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,450 133,450 00000000000004498829be529a4e301070d63fff66230d83694f232f69df6987 0.04 MB 75 841
133,449 133,449 000000000000028f3b7e753abb89bcec311978d41dcee8f558ec0d84c7b05cef 0.02 MB 29 543
133,448 133,448 0000000000000918268f03767c0077003d9b5b69d7d14cc85f0610705154c448 0.01 MB 20 229
133,447 133,447 0000000000000c06223ddf60208a47682182db1e14ed7a50a1b2a422f7459144 0.08 MB 113 307
133,446 133,446 00000000000004f7a5fdbc154f50f38d398ce0f52d8dba146c28c6e11ed2f38a 0.01 MB 18 485
133,445 133,445 00000000000009501237a79421b0ecb035c71f9752c7a62ee78be76f7d794a08 0.01 MB 17 854
133,444 133,444 00000000000001725c832c43976d5b4fdd6c605602ff6f9f538d829df0082002 0.00 MB 14 79
133,443 133,443 00000000000008e456ac7a0a9a5694301e0bbe52c0aa7157ae38b162a3d8856c 0.01 MB 15 234
133,442 133,442 000000000000057a5fc474d8ef4634ca63770f8efbb94f06ecfc5170edbe7668 0.03 MB 82 122
133,441 133,441 0000000000000a1a286cd156c0efaf59cb15c9024d2467e0a780d92733ac15de 0.02 MB 28 188
133,440 133,440 000000000000069fe508b7a68c2489f72c0e36d6a6aa28194dcfb28f3bc9a697 0.10 MB 237 409
133,439 133,439 0000000000000607fb6e2479c06dd6116f83bcf609f4d193a610b0a355d9079b 0.08 MB 164 196
133,438 133,438 00000000000007038b057b209dab3717d14e373e55dc92c8c743ffc11a629565 0.04 MB 51 956
133,437 133,437 00000000000007cd1326cf97df790cbab571d42c4f4909fd40ad6ba2257fb586 0.03 MB 66 521
133,436 133,436 00000000000006ad99273ec28e74376213a513da40bf866a73878abc7265be85 0.05 MB 98 981
133,435 133,435 00000000000003fe64f111dc71bf28beccbdab0541b16cd384e1244dd5bdb20c 0.00 MB 10 52
133,434 133,434 0000000000000aa94f89a4d4075c75897febd35fe6c11b881f64902bad50b6f8 0.01 MB 27 858
133,433 133,433 000000000000093502eaadbea24a0473eb53e103f946e4b138ec3e8182bd9cb5 0.09 MB 327 88
133,432 133,432 00000000000002bdc700738edc2bd3c03d7955517241ba33f47e2c5f9d398a52 0.02 MB 39 840
133,431 133,431 0000000000000b1c1eb3cd85795a5b81d6e161f7b1d7f35bc8ae21dbce063f1d 0.02 MB 63 238
133,430 133,430 000000000000098fa94883339e003c5b9c8beae3e26de42489e0efe1f57ca4a1 0.10 MB 210 802
Previous 10 blocks ↓
Total Size: 778.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 221.28 GB
    • Received: 2.26 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.