Loading Tool

Explorer IconExplorer

Memory Pool

78,324 transactions
29.38 vMB
0.06623297 BTC
Random Selection Loading Transactions
Max Size: 176.53/200 MB

Candidate Block

Mining Attempt 3d67d69e8a79c0ffc8e3684356454a67b0c72f72e379ed21cbd2a90ed1b082c6
Version 20000000
Previous Block 000000000000000000013ebd023e343465f3829663af04bea56f1597763d89c8
Merkle Root 08cc20dee71ece5fab1bf44b7dfb816361004261d2b4983f4c69358536c7c217
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00664052 BTC
Feerates: 197.05 > 0.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,014 (360,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,513 554,513 0000000000000000000fbd5cd1ab75d1249ae69671ad1011f025cc591ca2b4fe 2,495 1.00/1.00 vMB 41
554,512 554,512 0000000000000000003296073e8f9e2ea837ec817fe2138b86368bc266529ae4 2,710 1.00/1.00 vMB 62
554,511 554,511 00000000000000000028ae87cbfc3ce235d92c69fc390e7bbbff32c5f35581ee 2,991 1.00/1.00 vMB 27
554,510 554,510 00000000000000000007caf9c0afdd11fdd7c7a8a7b0dbb7531cf570bac1159f 2,800 1.00/1.00 vMB 41
554,509 554,509 000000000000000000037e741045a99121918e6ee717108fc77ec40b7419a829 3,086 1.00/1.00 vMB 63
554,508 554,508 000000000000000000030c1ff057d297fd8ad5b29a882e7f0a0e16f9da9f9ee5 2,421 1.00/1.00 vMB 23
554,507 554,507 0000000000000000002e0d77628154975fa4dd1a17f968fa3252a5fa4d60b6ee 2,935 1.00/1.00 vMB 59
554,506 554,506 00000000000000000004ff58fdccf6356b11ca4ad8cc75f849383bfbb80f5406 3,140 1.00/1.00 vMB 41
554,505 554,505 0000000000000000001ba07c3c2c8c52cbbef0888accb0a3af920e61449f445e 2,582 1.00/1.00 vMB 73
554,504 554,504 000000000000000000177b0bf7514b0c08e49dff00184362f2104a8820428d65 1,637 1.00/1.00 vMB 22
554,503 554,503 00000000000000000035b14b6f7632ad0d37ade33b6e5b82c95fb213d186bd3b 2,799 1.00/1.00 vMB 44
554,502 554,502 000000000000000000135595ad368069c15d9c14539de21fcaf150f5fe97b737 2,611 1.00/1.00 vMB 70
554,501 554,501 000000000000000000005510c89d17b329efdd325a32a4280f6d5decc5b505a8 2,314 1.00/1.00 vMB 27
554,500 554,500 0000000000000000000e3322638e2bbdd7871199a6ec26bd12f1c2fc0a0b730c 2,477 1.00/1.00 vMB 30
554,499 554,499 000000000000000000064a63d8fed4c595d6de6b08482d6cd2f6a86bedbabb92 2,545 1.00/1.00 vMB 71
554,498 554,498 0000000000000000002bb213153de9698a0335a062f47662fdb0cad579f52062 2,705 1.00/1.00 vMB 47
554,497 554,497 00000000000000000000f27f5b8ab6d00109f4ad90f8413938608e67ef78854a 2,017 1.00/1.00 vMB 41
554,496 554,496 00000000000000000033781b8c392566ef7f0011069bc4460a6ffb5f96723694 1,813 1.00/1.00 vMB 49
554,495 554,495 0000000000000000000544cb319f27e48a28927a5277e58981e144ecafe0a67b 1,121 1.00/1.00 vMB 61
554,494 554,494 00000000000000000023f6d315208db09f113a59c68701d138d65125fca6613e 1,597 1.00/1.00 vMB 59
554,493 554,493 0000000000000000001085095c42a9c3efa20eaab65b34aa3639ab6a533c5eaa 840 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.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: 665.39 GB
    • Received: 15.12 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.