Loading Tool

Explorer IconExplorer

Memory Pool

80,252 transactions
29.76 vMB
0.12357011 BTC
Random Selection Loading Transactions
Max Size: 179.63/200 MB

Candidate Block

Mining Attempt ff98edc0a7adf044c8ee15b62949bd9534527a105984f56ceda529fa44ad7194
Version 20000000
Previous Block 0000000000000000000128f9d7d357082962347ad1ef01e0fe2639a67c42c001
Merkle Root 0555f50aec1ee644776a5282a2e7e31e1ab9a6e6bae3bd3c72535397c1f1d260
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,845
Size: 1.00 vMB
Total Fees: 0.04677414 BTC
Feerates: 571.19 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,592 (697,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,030 218,030 000000000000037ad91b0288abfb3f3da11665d3f8a1c6507eb2abd7517b9d3c 57 0.03/1.00 vMB 240
218,029 218,029 000000000000022b8ae144498a1af0397587ff2e2d3725e54b1f3f0dbe31825c 38 0.01/1.00 vMB 210
218,028 218,028 0000000000000093d0818f3221cd62cc246a3149c0937221022f5412f6f6084c 165 0.09/1.00 vMB 136
218,027 218,027 000000000000002a3c0afe92621ff73e28138d1d29607f6a1377aa884bac0e9a 579 0.24/1.00 vMB 194
218,026 218,026 00000000000001c4de43c262fbbf11ee8693ee6a2895e83859c14d9fbb78f1bd 53 0.02/1.00 vMB 246
218,025 218,025 00000000000002ff675adbc8e9a707a911377b237bcf64846ce07c43e148d1a8 314 0.13/1.00 vMB 173
218,024 218,024 00000000000002b4fa17bb46e9d2dc0b465ae8d59f5fd5c43a13f5c4d96412a1 288 0.12/1.00 vMB 184
218,023 218,023 000000000000053755947d48077b29a2974377237b351bc7f6bc7d1a8e26ea7b 392 0.17/1.00 vMB 191
218,022 218,022 000000000000051d9abc08c38ebef48199bb797d8f7c4fb7b974299dfec04091 388 0.16/1.00 vMB 152
218,021 218,021 000000000000051f8e7902bf5a424cf57248c4a8f981c341f2fbdb7d5dd3eb06 290 0.25/1.00 vMB 99
218,020 218,020 000000000000017979c6e78c0c0e108b7d67685caf6b88f8cc6e29e4997e2c69 453 0.28/1.00 vMB 236
218,019 218,019 00000000000001664c098889bd87d38d507d63b539968724efeda9c74bc8bf63 278 0.18/1.00 vMB 200
218,018 218,018 0000000000000359db6f3c44370ab61d1786244f5524af065a6e0289f547959b 649 0.25/1.00 vMB 319
218,017 218,017 00000000000003cd0ae894d32eeae2317123845e2fa4a9e007e62c546f12c7ac 1 0.00/1.00 vMB 0
218,016 218,016 00000000000000defb1b7d25259d0db797e69dbe0057f2517fd110b7081ecc24 465 0.27/1.00 vMB 170
218,015 218,015 000000000000005c10fc35cc2e90ded7c7dd77e7eff4f80b0742558a0bafc1fe 85 0.04/1.00 vMB 92
218,014 218,014 0000000000000031b6fd0798ec223813957706a66fbdb3e39d9386cbb0f251a4 235 0.11/1.00 vMB 169
218,013 218,013 00000000000001f2c4783e36a4a464bee1edf533eca2b325f9de94cd06188160 411 0.17/1.00 vMB 133
218,012 218,012 0000000000000026e4fc137a363a01e96712a88df63dc828a81f69160ad29cfd 674 0.26/1.00 vMB 259
218,011 218,011 00000000000001a060017566701133f15bb6c9cad5101dfd8a0ea74da7af4c6a 648 0.27/1.00 vMB 414
218,010 218,010 000000000000015938ae6322411c6b2e56a29af7bcfa702a284bde7dc194bc09 415 0.18/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 783.42 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: 770.34 GB
    • Received: 19.86 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.