Loading Tool

Explorer IconExplorer

Memory Pool

77,910 transactions
28.86 vMB
0.08785160 BTC
Random Selection Loading Transactions
Max Size: 175.09/200 MB

Candidate Block

Mining Attempt b3da29bce4630db2d643a3e35d0480a677f2f916880f278cfa4b6a45c5828f19
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 25ff8d8241276339a5736cbd9c97b15da6fc979bf6b4225afe4e48e61ab814b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.02782109 BTC
Feerates: 150.68 > 2.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (267,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,500 647,500 0000000000000000000457277b2dcc3cd9b9d4e3a764445dd65fd1391739d308 2,819 1.00/1.00 vMB 84
647,499 647,499 0000000000000000000cd773ba0b424b0a841a8d5d2f7ac8f1a07aa00447e83a 2,854 1.00/1.00 vMB 100
647,498 647,498 000000000000000000039c27c2f41028b74637f246d00c0f7b163d907427d7d6 3,123 1.00/1.00 vMB 82
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
Previous 10 blocks ↓
Total Size: 782.57 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.17 GB
    • Received: 15.87 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.