Loading Tool

Explorer IconExplorer

Memory Pool

12,711 transactions
5.47 vMB
0.01272546 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 32.22/200 MB

Candidate Block

Mining Attempt ad9fa398cfda792dc71c1fe18f9619dfbd1a8a8a629e6d463f2e896bb8c12f47
Version 20000000
Previous Block 000000000000000000015e0d39ed218f17656b9c68068e20fc4f24fd05959a8f
Merkle Root 18e77174144715f6ea6d870e2dc41a5a886881c6732ec03af95cf2767afa3151
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,985
Size: 1.00 vMB
Total Fees: 0.00389712 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,449 (715,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,493 197,493 00000000000001a57697b7908eb960546dec1de5b7ed50ffcd866d8bcdd49f62 103 0.08 vMB 84
197,492 197,492 00000000000003380a36e103c39989fb26cc070418d5a598c2dd39e7d9c7aa22 471 0.24 vMB 103
197,491 197,491 00000000000000e7df03b9131d064bdb30f0007bed27ce42bc0750c64c134894 857 0.25 vMB 191
197,490 197,490 0000000000000475bf9b35673f3e1b3213fadaa5fb0392463121891f36fc46c4 10 0.00 vMB 0
197,489 197,489 000000000000015692878197d11c96853a94cac0f66413a0251820b0d3c2e7bb 376 0.15 vMB 125
197,488 197,488 000000000000067ace7e4252ddd38ebc0163a1434717a3e25c3c405ffc89993c 608 0.25 vMB 134
197,487 197,487 00000000000002ac50d1e446466ff426fc250d1cda1912d47b62c5f2bd19f0e3 123 0.05 vMB 120
197,486 197,486 000000000000034bcce3c6f490a3baa9627f20cc9474271f2d6dc7f778d626df 174 0.06 vMB 44
197,485 197,485 00000000000004a9180e6a05ca595c0fc142517e085dfb05cdc8cfee6d5dcf2e 1 0.00 vMB 0
197,484 197,484 000000000000034d58c4ff1263bde9df57ec57ac9cde793c3665c8b6fb796599 42 0.02 vMB 170
197,483 197,483 0000000000000394b02bdae8bbacb7ca5a775e24f14e6f216d27de03105e6b4a 370 0.21 vMB 109
197,482 197,482 00000000000006c7d7579fccea8fcc7d48fb12edf2b482afe6be20bf020cfb4f 76 0.04 vMB 97
197,481 197,481 00000000000005b67de6b5bb7141da7791efbee1890732767dba7bcd947d348d 47 0.01 vMB 158
197,480 197,480 0000000000000574b09ac652355d328cb99a69d3758083628b727e35c2d42250 386 0.17 vMB 128
197,479 197,479 00000000000000a65bfa3aefe1ca76b2bf735f7dac3ae3dfd81cf7810780ba68 459 0.17 vMB 147
197,478 197,478 00000000000000cbb496a77feeed6fc923278b99166ca7fb605a97f6e4f05285 161 0.06 vMB 128
197,477 197,477 000000000000067af7ffbd9f0232e667c58eaaa57808f83fcca89038372e787d 11 0.00 vMB 0
197,476 197,476 00000000000005c7c70c32fd5749aab3d7c3c1566aa3dd1567be12a4fbd71cb2 363 0.16 vMB 114
197,475 197,475 0000000000000028f8b785056b3d5112787bb1faab95ba0418d3d417e1820601 652 0.32 vMB 175
197,474 197,474 00000000000005b575f0aa4b5eecf18f5cf09df1834524fa5ba8c2aa14a6fab7 138 0.06 vMB 106
197,473 197,473 00000000000005f122fc57bf7226b62f921a79c0d95c55d71aa61241aa58d1bf 500 0.21 vMB 118
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

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