Loading Tool

Explorer IconExplorer

Memory Pool

43,896 transactions
26.38 vMB
0.05306729 BTC
Random Selection Loading Transactions
Max Size: 139.32/200 MB

Candidate Block

Mining Attempt 3743e4013726eefc499fcf24931423e5e1197f0cb250eec0b9dc3afb767db58f
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root f8f0f7a4f5202dbb5c43d8f76531bbdd4fb347c9ad0e07f4d589324716e966cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,688
Size: 1.00 vMB
Total Fees: 0.00464648 BTC
Feerates: 15.05 > 0.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (666,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,030 248,030 0000000000000054c9fd4692318436524f1f9b0391235f15716b2a2dc41bcdc6 710 0.25/1.00 vMB 216
248,029 248,029 000000000000006a0a155da2d1c26324f79fb42250b6aafde774f2f4d4c27069 3 0.00/1.00 vMB 45
248,028 248,028 00000000000000684f6c3b3d2a3f9f9dc1ce9bd92430fbbcdec6d7f82aac8452 172 0.09/1.00 vMB 61
248,027 248,027 00000000000000697fe433e78dad8e5aa16a29fbd380306180b8c5d3fa0ed7f2 148 0.06/1.00 vMB 109
248,026 248,026 000000000000005379ffb7ce625d3a2b8c5e0c9e4138d6fa9dde7a7ae52551ef 299 0.13/1.00 vMB 172
248,025 248,025 0000000000000022ca0ef17fff14a79e8a00be4024a4b32383a9d4403dc316c5 38 0.03/1.00 vMB 48
248,024 248,024 000000000000006f71eacdf7266e162998a810265392da9c1899aab20e004acc 368 0.16/1.00 vMB 119
248,023 248,023 000000000000000109a897a7b804b4bc5a8187fadd48110f655e680316147287 181 0.11/1.00 vMB 136
248,022 248,022 000000000000008285e3917adfcb8ade22ae1e4cc2f1834fe8f59503922834c5 6 0.00/1.00 vMB 75
248,021 248,021 000000000000003512e5c7b7476fce64bae534d24f5e08d888c9e94e7fc0fabd 60 0.03/1.00 vMB 131
248,020 248,020 000000000000004bac41ed8fc33ccfe90e6d451be44fbd2e73edca738f2860ba 68 0.03/1.00 vMB 120
248,019 248,019 000000000000004063ea3f20f08e588b7e5c1a5ab127c9b51cc7969038e1c916 32 0.03/1.00 vMB 57
248,018 248,018 00000000000000083d3900f0a0992020af5d589e9534d1e006c19cf1b660fe3a 344 0.16/1.00 vMB 144
248,017 248,017 00000000000000480924656e3ccc91ddd461cd91f1870ec0521b676ff7aa02c7 256 0.14/1.00 vMB 100
248,016 248,016 000000000000005817379814eaa67bdcad6343b11bc05ea8819a7e21534dc330 336 0.16/1.00 vMB 32
248,015 248,015 000000000000003a1d2cbdf7f34c86bfc3c6a514506dfcc49d58e1f293cc3fff 527 0.25/1.00 vMB 159
248,014 248,014 0000000000000046b7af5c9c44da0fe202a09f571e2d1664282e15074435001f 627 0.25/1.00 vMB 169
248,013 248,013 0000000000000042b8f049ea8a77667bde385d83fcae4f6e60766ce1ddd27cf0 56 0.02/1.00 vMB 83
248,012 248,012 000000000000005f7c93a5f0cff001b5d36352365e0818afe2ddd7928e25e503 392 0.17/1.00 vMB 148
248,011 248,011 000000000000002fa7a1e713df1a4b33ae174a183cd743d1730d4ccd79114cf8 328 0.15/1.00 vMB 158
248,010 248,010 00000000000000350ac2035473704fcdd048c5b047df204d52349c5f5c04cad3 321 0.15/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.