Loading Tool

Explorer IconExplorer

Memory Pool

82,346 transactions
31.01 vMB
0.09020041 BTC
Random Selection Loading Transactions
Max Size: 189.95/200 MB

Candidate Block

Mining Attempt 522872f3e40b194b35e4aba81e6cead2fd92d215d2a0e49d3fdecb273a2d3143
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 57781f29a0b334b15674cfe1a8e473f65e2ca42b717402501441aec55694baf6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,515
Size: 1.00 vMB
Total Fees: 0.02046038 BTC
Feerates: 100.00 > 2.05 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (421,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,501 493,501 00000000000000000079db438b040694ac974f1cb895d7dcd8b687c0a72d3574 2,764 1.00/1.00 vMB 93
493,500 493,500 0000000000000000001c2a5b5cb7452c40f86ecf4866b4146dab249d7dc120e6 2,762 1.00/1.00 vMB 270
493,499 493,499 00000000000000000018eb9484f1eb29fda92912e1986a6727bce64c117580d3 2,150 1.00/1.00 vMB 104
493,498 493,498 0000000000000000002e3b4c180adca9c0b6cc8103c619100b8f5f5873cd2c56 2,802 1.00/1.00 vMB 174
493,497 493,497 0000000000000000009f587b733e3b5802035efe02c5337688656c23e634a67f 2,153 1.00/1.00 vMB 201
493,496 493,496 0000000000000000001d08473babf43ba09292397684cc8d8744ed57a6a54040 2,599 0.97/1.00 vMB 285
493,495 493,495 00000000000000000022efc058acd34154b285c88d2bac8a2696a43b6631838b 2,256 1.00/1.00 vMB 244
493,494 493,494 000000000000000000c0f8e79e09531a45476a15cc899b1c4513ac4ce509c5de 2,905 1.00/1.00 vMB 296
493,493 493,493 000000000000000000790be7e9a26be5f7a98af7e58bc5e3a96c5e7f7bcb3356 2,463 1.00/1.00 vMB 186
493,492 493,492 0000000000000000006437574064b3018457c14a3f072f78b3fa878dd46c6120 2,505 1.00/1.00 vMB 239
493,491 493,491 0000000000000000004433b2eaa8215a6ce5ba00fe4a990902eb76d7cd544805 1,529 0.71/1.00 vMB 248
493,490 493,490 0000000000000000001e6c8c0e4351e0a19c3529d66f64e786bc56717840871f 2,496 1.00/1.00 vMB 120
493,489 493,489 00000000000000000044e9bb5294959fa21688caaed5104db6b8216824db804e 1,884 0.92/1.00 vMB 186
493,488 493,488 000000000000000000602a159bd6c31fb707ed8f8131d3c59279710b14b6da4e 2,762 1.00/1.00 vMB 297
493,487 493,487 0000000000000000009b18c19e8ad9de5c1cb4292c620f02095fb56e0cecad9c 2,090 1.00/1.00 vMB 225
493,486 493,486 000000000000000000c1211753aaa6e9caaecf3f48ad8c3c84b183b4de7e9a9c 1,702 0.88/1.00 vMB 188
493,485 493,485 000000000000000000596e0bd8d3b4d94002f2051a0e5038e97600f2070a92a6 2,070 0.95/1.00 vMB 248
493,484 493,484 0000000000000000009075ca838bf964fd186170ea683db61f10df8cc3be4bcf 2,941 1.00/1.00 vMB 310
493,483 493,483 00000000000000000055fb3d4682824eef0006bd15827a3676b55cc396cbbd56 2,176 0.91/1.00 vMB 122
493,482 493,482 00000000000000000077771d8b1e86f6a09a6d481794383a39a41488661a8d68 2,337 1.00/1.00 vMB 278
493,481 493,481 0000000000000000006957042105c57bdbe3910ce166a284ce13a673eb3f63eb 1,292 0.98/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.