Loading Tool

Explorer IconExplorer

Memory Pool

81,367 transactions
29.60 vMB
0.08455770 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt b8976f9fa0f32d1fb9f2d4c8948d4d7a5ebca608d6d8ade6475192e2daabee36
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 29f5f9e082c42df7bbb1406c13ac5195b47c402f4e0a3da9e8337360e5e45471
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,251
Size: 1.00 vMB
Total Fees: 0.02197599 BTC
Feerates: 100.53 > 2.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (231,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,169 683,169 00000000000000000008473490bc60a6bf499362f475d4f57bc60f34d8585f5b 1,088 1.00/1.00 vMB 19
683,168 683,168 00000000000000000008dce2283b4bd8d4301e7312bcd199e8be503f9f0b6a58 168 1.00/1.00 vMB 1
683,167 683,167 0000000000000000000aa00066a96305b43afd01a9aa2038414c5638935b2ab1 1,423 1.00/1.00 vMB 6
683,166 683,166 00000000000000000007d51cc75295626a88e1669bc7d08d00da60cee412d164 1,540 1.00/1.00 vMB 25
683,165 683,165 0000000000000000000b2444ebbba5d7b6a88d3856b53e34e0dbf153cd3e32aa 2,238 1.00/1.00 vMB 28
683,164 683,164 0000000000000000000d1052523e401be51fee6c19f8ab6366359579ba0df998 2,386 1.00/1.00 vMB 26
683,163 683,163 00000000000000000004e5aef124ac708267821c12cfa05a432f9d1446f57d6b 2,191 1.00/1.00 vMB 44
683,162 683,162 0000000000000000000cb383b2a246eeccf273fc371c4ba33e0aed04262668dc 2,085 1.00/1.00 vMB 11
683,161 683,161 00000000000000000003fafad9ef8a827fc38f18080e91afc52a5211fdc973a8 2,124 1.00/1.00 vMB 26
683,160 683,160 0000000000000000000862b26d795bfcc3aa836d8a6b9977530f13c9a1857959 1,792 1.00/1.00 vMB 21
683,159 683,159 00000000000000000001a935dbbe74cb29c05190d1303e788d8d06e30a5a033a 2,470 1.00/1.00 vMB 32
683,158 683,158 00000000000000000001999efb634f2428429f263e74815a3705ba1dc392cc5a 2,439 1.00/1.00 vMB 52
683,157 683,157 0000000000000000000d7d46299d80cbe154cbf4dc8fa7b2c479525e057b9c23 2,510 1.00/1.00 vMB 51
683,156 683,156 0000000000000000000b2fa56af2102e5fce45882593c9c64e3833c7edb92f03 2,176 1.00/1.00 vMB 79
683,155 683,155 00000000000000000000bb3ae9d6440abc872c866259b35fa4ef5ed2537477b2 2,745 1.00/1.00 vMB 83
683,154 683,154 00000000000000000004579197c4b770717bb4f99dd77cbe0ca8da45d57b550a 1,722 1.00/1.00 vMB 39
683,153 683,153 0000000000000000000be352101975f0c2f90edcb1884d37de9961fdb9cf31fa 1,488 1.00/1.00 vMB 66
683,152 683,152 00000000000000000001827eafe43f89854790620018e5c2c848fd7b684f4c2d 2,248 1.00/1.00 vMB 83
683,151 683,151 000000000000000000026318ee098a9222d469c9139c2c142e4a09187c5bc159 1,929 1.00/1.00 vMB 25
683,150 683,150 00000000000000000007f10126e75caa9f0fa0dd7af421f659dfcafd1502975e 2,390 1.00/1.00 vMB 59
683,149 683,149 0000000000000000000617226a327d174906230621089af5e57d4f75a31b91a1 2,086 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.