Loading Tool

Explorer IconExplorer

Memory Pool

76,642 transactions
28.54 vMB
0.06885594 BTC
Random Selection Loading Transactions
Max Size: 173.00/200 MB

Candidate Block

Mining Attempt 984ed0c327c47abe45a83b9fcfd2f1716bd70787c37c8e1a410b9b88b6efe64e
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 157a98ea8266e4c2b7ef8dba7945caf6969605a3478f33ffc9d081a5b6e5e5b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,810
Size: 1.00 vMB
Total Fees: 0.00956434 BTC
Feerates: 73.20 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (267,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,497 647,497 000000000000000000050846a9e31dd583efe6e243f781afe60cebd3f4cd012f 2,757 1.00/1.00 vMB 102
647,496 647,496 0000000000000000000c8b07ffbc4ef4feac1cc6b93a3f0e894e30b8f2c47289 2,649 1.00/1.00 vMB 114
647,495 647,495 00000000000000000008a1e183b5bc5ed68f9592959b94cc4fd6aff0e6d86c97 2,596 1.00/1.00 vMB 114
647,494 647,494 000000000000000000038bded92910528c9d59e1a20d7d4f86b356f307de3d02 2,027 1.00/1.00 vMB 91
647,493 647,493 0000000000000000000504329196ad6011f116036674ca609dc2dab57eb4a78d 2,874 1.00/1.00 vMB 86
647,492 647,492 0000000000000000000922d6cd4e0d185469cc941580750fe35a082cc1b06169 3,013 1.00/1.00 vMB 76
647,491 647,491 000000000000000000082e092ad3ce91a5d0ef9a2f362f9132fc596a043f0dd2 2,659 1.00/1.00 vMB 92
647,490 647,490 0000000000000000000409c402fde729bef7798d7070307d87d736e129653bb6 2,810 1.00/1.00 vMB 80
647,489 647,489 00000000000000000006d5a9ad2b42e6cb758f4deabda366049c7f1ea9bb3741 2,590 1.00/1.00 vMB 103
647,488 647,488 000000000000000000039c7cc37d02f48bb9d976d356a18d104354e8160f8476 2,578 1.00/1.00 vMB 100
647,487 647,487 0000000000000000000fa2cb27d02ebf9f00a8882de2c990348242e6d6e24e88 2,937 1.00/1.00 vMB 121
647,486 647,486 0000000000000000000d23d789dab933b541c2ad66f38b997df393ba9020ce46 2,690 1.00/1.00 vMB 97
647,485 647,485 000000000000000000027a859be748d59ee4157ed51753b070f5431d33c84171 1,586 1.00/1.00 vMB 89
647,484 647,484 0000000000000000000f3255550b2a6f69b4ad67159f0c4b888c24b306772d03 1,860 1.00/1.00 vMB 92
647,483 647,483 0000000000000000000031db4e48fd2dfd1d922ce6d31d49f2bbe9666ae1de58 2,898 1.00/1.00 vMB 114
647,482 647,482 0000000000000000000fb240e720838dacb60045aaedfaddc64bc619026057ec 1,771 1.00/1.00 vMB 21
647,481 647,481 00000000000000000005da10a63d4a52e7748367740607c22dc18db44cede76c 2,827 1.00/1.00 vMB 40
647,480 647,480 0000000000000000000d7a89daa6d0f20108cffe6cc99761bf53df331b6569fb 2,717 1.00/1.00 vMB 25
647,479 647,479 000000000000000000045c90f7f9767c98dfd2b839337ed9229db70c037e6d8c 2,697 1.00/1.00 vMB 59
647,478 647,478 0000000000000000000c540169e1e96eb0d60222a5556a817702b7085ab35358 2,654 1.00/1.00 vMB 44
647,477 647,477 00000000000000000005214778b2eaa48a75acb629a1e2c82f58e229393ad405 2,399 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.