Loading Tool

Explorer IconExplorer

Memory Pool

51,516 transactions
29.26 vMB
0.07974423 BTC
Random Selection Loading Transactions
Max Size: 158.27/200 MB

Candidate Block

Mining Attempt 1ee7c24e7b1852e1aa0fb5c584a6128697ecfcd5e3627540ddfce7c015cba08e
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 0f791b963e8add190f68a43b2748401ded26f786f9edf64712a0f90cf7d1ed77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,452
Size: 1.00 vMB
Total Fees: 0.02353244 BTC
Feerates: 173.90 > 2.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (94,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,494 820,494 00000000000000000001c0154f67dbfd8b7d5989b0f497254fb8f0878dcac29f 3,583 1.00/1.00 vMB 60
820,493 820,493 0000000000000000000359cac1b9beb4cadec77a25a375f8826a9e932d236f3c 4,343 1.00/1.00 vMB 52
820,492 820,492 00000000000000000002d52fd73032f2434bdaf4c2ae3426b61ec80a6c5be168 5,111 1.00/1.00 vMB 83
820,491 820,491 00000000000000000000ec6a9df69be996490aaba570aa702c2f393452aac256 2,756 1.00/1.00 vMB 43
820,490 820,490 00000000000000000000ba9979c1063739ab431b0c05846f22bd2e656726d539 3,888 1.00/1.00 vMB 51
820,489 820,489 00000000000000000001f2392e7023ddb79741ea298ac57b4c1d8543b576546c 4,399 1.00/1.00 vMB 91
820,488 820,488 00000000000000000003bc7499ac3568fa17f29e3eed45bddeca200d5bcccdf1 3,827 1.00/1.00 vMB 82
820,487 820,487 00000000000000000001c88f912273e2a9096430cc5be0d42b430bf504ca9acd 4,243 1.00/1.00 vMB 111
820,486 820,486 00000000000000000001ab9d98454f60e6d37bc792261d6819ea7856fd9e0900 4,504 1.00/1.00 vMB 140
820,485 820,485 00000000000000000000d63330e23e078fb5b66c44a6bbc6334e5ddde80d42c1 4,736 1.00/1.00 vMB 178
820,484 820,484 000000000000000000032e05b41972aa938ac4d3d611b0ceb6f81e11b4ea2bd5 4,695 1.00/1.00 vMB 226
820,483 820,483 0000000000000000000169b0e83c3839bfae1c3ba1ef3507d8c01ba61763f266 4,762 1.00/1.00 vMB 277
820,482 820,482 00000000000000000003cf525aabaa85b624eba80e14e006a066169a023faa4c 4,965 1.00/1.00 vMB 357
820,481 820,481 00000000000000000000a2286294afb62b073e931c26a128a893befc4c2527cb 5,277 1.00/1.00 vMB 346
820,480 820,480 000000000000000000012f45662f2f55365c186c36948950dddfd5b09d49d85a 4,762 1.00/1.00 vMB 377
820,479 820,479 00000000000000000001f127a41d5d642b49b8f999ad4644cb946549fe5ed687 4,718 1.00/1.00 vMB 350
820,478 820,478 00000000000000000002d23b3858b4c0d9dfee726dd9e40d6686ebe5f7ba0e92 3,933 1.00/1.00 vMB 320
820,477 820,477 00000000000000000003d301daa84d01ca2b364ae0063ef56fbf7ef0770c7fad 4,362 1.00/1.00 vMB 52
820,476 820,476 00000000000000000001d7c610faece5786f7a0d39a64802082460524300d876 3,362 1.00/1.00 vMB 53
820,475 820,475 0000000000000000000089434bdf7838c267a34d7d18b47baa5b66b7a12adb79 3,313 1.00/1.00 vMB 58
820,474 820,474 00000000000000000001c0a3a09aa287e4e4ec6236fded3202bbb141bac6c03b 3,760 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.