Loading Tool

Explorer IconExplorer

Memory Pool

74,808 transactions
27.68 vMB
0.07499357 BTC
Random Selection Loading Transactions
Max Size: 168.67/200 MB

Candidate Block

Mining Attempt 372820dbdb5b1b2137cc43a8c117a8f159eca306242a3513a947cc25b55a6023
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root 66b07d40cfd01811493e52c92d3c80410fc2bbe7cc940ec558898a97945a8ab5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,829
Size: 1.00 vMB
Total Fees: 0.01585914 BTC
Feerates: 100.35 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (489,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,527 425,527 000000000000000003f87f2413986c18ebc2f629017a48fc748fdce8ce88e46e 2,017 1.00/1.00 vMB 38
425,526 425,526 000000000000000003531af064b4eaf3bcf57b00ee697bbf318272861820383d 2,518 1.00/1.00 vMB 69
425,525 425,525 0000000000000000012d1593054edb620aedb38c7f482b750ec6165b55dc3e75 2,305 1.00/1.00 vMB 71
425,524 425,524 000000000000000002c6201d24f14fccfbe10f3114825d7df8d5d9d16e889b54 2,692 1.00/1.00 vMB 78
425,523 425,523 00000000000000000022a4129366a9f14c077a0507eba0e147caf7f3c261a346 2,850 1.00/1.00 vMB 64
425,522 425,522 000000000000000000c7bf43e1fe4eb09a5f090755f42d89b531851f8e2d543b 2,595 1.00/1.00 vMB 79
425,521 425,521 00000000000000000250288eeff54aad8200053a2b356c324fac0caf32b3d7b6 2,211 1.00/1.00 vMB 80
425,520 425,520 000000000000000000de398b3c973e949f54c1af5871a2f91d524bc47d9337b8 2,017 1.00/1.00 vMB 118
425,519 425,519 0000000000000000040c136e1550953715691b2eb58bc6f34c9f965c787704ba 1,487 0.90/1.00 vMB 100
425,518 425,518 00000000000000000260df1efa5ca8f75f0a2ab3e04010e6edd0e4e30537da65 2,218 1.00/1.00 vMB 144
425,517 425,517 0000000000000000050453ef20802a566ca68148b0f49267da7e6115acc8ef05 3,142 1.00/1.00 vMB 105
425,516 425,516 000000000000000000f78fe747503d64ad1e4d4370efa932b704a7ee579eaab9 925 0.49/1.00 vMB 34
425,515 425,515 000000000000000002dae8f2648a620364fdda7f2481033cb06aa0b9f567a5a9 2,936 1.00/1.00 vMB 97
425,514 425,514 00000000000000000418c6c7ec6da90221547cc82d339bd18aec4071e1132ba9 1,213 1.00/1.00 vMB 48
425,513 425,513 0000000000000000015ef1a26cfd1030b2ebcb3524ee76e50fa161760c29235b 1,163 1.00/1.00 vMB 46
425,512 425,512 0000000000000000034f4cffe4242b533124b26f2e2c5d2da062aa6677137d56 596 1.00/1.00 vMB 26
425,511 425,511 000000000000000000f16dd455904564b02c934cdd57868abcf91299b15e33a4 1,151 0.54/1.00 vMB 73
425,510 425,510 000000000000000003aad2a7a14390f44814ac46eda2bb012375de6a2ee1e0eb 1,789 0.71/1.00 vMB 81
425,509 425,509 0000000000000000049bf553a5dd35363abf28428e5f1ccdad12e43aaa4edfa3 910 0.93/1.00 vMB 39
425,508 425,508 000000000000000004e1597fa370703a0f93c3a9a6a51bc56be3616a7b436a30 1,736 1.00/1.00 vMB 58
425,507 425,507 000000000000000003c34d60c0cb2dd56270f4dfc5b82597dd6d8161d8d73c96 2,185 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.90 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: 713.58 GB
    • Received: 17.40 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.