Loading Tool

Explorer IconExplorer

Memory Pool

80,134 transactions
29.80 vMB
0.08338663 BTC
Random Selection Loading Transactions
Max Size: 179.08/200 MB

Candidate Block

Mining Attempt 6929e2af57988163b481fc79c2bc7e9c2e697c6b7195d3e1aaf3fcc17fcae15e
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root a33a6368236d06edb74310136b643302aa0f86324e40491cea68955a0af11c5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.02259888 BTC
Feerates: 502.65 > 2.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (226,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,500 688,500 0000000000000000000cb3a46493b6f3261b42d244ffe3a18701f9e1775c5e30 2,470 1.00/1.00 vMB 58
688,499 688,499 0000000000000000000c0c86ddb059dd3181fb3f09fc1de56f8f6e8f42d66c47 2,912 1.00/1.00 vMB 81
688,498 688,498 00000000000000000006f1737bee9145eaa0f20566b95cf40f43f45507aa970f 2,638 1.00/1.00 vMB 101
688,497 688,497 00000000000000000002c91914181263d703c2820b697c11c0d5b651809de163 1,941 1.00/1.00 vMB 74
688,496 688,496 000000000000000000014335380cdab50a34c2616f864a5e95e957b201127a2f 2,204 1.00/1.00 vMB 66
688,495 688,495 00000000000000000008b332a793cab71b36bdff9876da16aff4b8ba607c7359 2,478 1.00/1.00 vMB 66
688,494 688,494 0000000000000000000ddd17c26f293664f2d541e168b72b43ab0ab0811f6916 1,573 1.00/1.00 vMB 73
688,493 688,493 0000000000000000000446ec53a5e0536fa0d59678770703289649d2220ab1b4 2,633 1.00/1.00 vMB 140
688,492 688,492 000000000000000000047ba03d5fc43c0e6249a5fe40378fdeba28075d00d975 2,317 1.00/1.00 vMB 20
688,491 688,491 0000000000000000000d449fcbabb5106ebb6a4bc586759a391ec87c7c204009 2,420 1.00/1.00 vMB 39
688,490 688,490 000000000000000000080bb974339ff90503a1445288854a0bb61138cce9a999 3,036 1.00/1.00 vMB 53
688,489 688,489 0000000000000000000b287ec12b4ad25435d406ce6c80c19f10ab4f41da6cb6 2,422 1.00/1.00 vMB 72
688,488 688,488 00000000000000000002a96b6132df175cada5c787e08095f13e1a0f5d784e2b 2,127 1.00/1.00 vMB 36
688,487 688,487 0000000000000000000d0231a358f568928109c2af2f6ef44cf468f85131c87f 504 1.00/1.00 vMB 35
688,486 688,486 0000000000000000000aff8a872e23e6aa106a625b7692d61eb9a68a8896c18e 2,561 1.00/1.00 vMB 40
688,485 688,485 00000000000000000002388ab0a91c9beda96649c12b81b01a639f95082925b7 2,981 1.00/1.00 vMB 79
688,484 688,484 00000000000000000005d241bccdd5d15f63cc5788afb03a30fbfd967ec7f171 1,900 1.00/1.00 vMB 36
688,483 688,483 000000000000000000062cd804ec8f279684784c2c3cbb6c59f65c52f690eedf 2,442 1.00/1.00 vMB 34
688,482 688,482 0000000000000000000db4ead0c25c2f7acf85ce1740bdd1792db49a233a6f1f 3,202 1.00/1.00 vMB 55
688,481 688,481 00000000000000000000650c356379d6eaaab6c213b5c1dab924e5ea7619ec8d 1,539 1.00/1.00 vMB 48
688,480 688,480 000000000000000000063c46178a04acb5b0f66e41503e1aaae39c35cc9c6d3c 1,700 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.41 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.18 GB
    • Received: 15.09 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.