Memory Pool Memory Pool Refreshing

17,801 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (702,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,376 205,376 00000000000003c4f55084b5bd9c7c8e3540e7bbbe3d8e60be33fe4f6c1a956e 0.04 MB 113 168
205,375 205,375 00000000000001768fe85e6ff922cee28221cd05e274c0d5605feac73f665e0c 0.05 MB 158 197
205,374 205,374 00000000000002170b049d19f1e67dcd1e38b92fea95b9c0927f33bc4f98b4d4 0.02 MB 28 87
205,373 205,373 00000000000004b702f36ad4ddb8f29ba1101a79de8fde0a17d4318d389ddab6 0.06 MB 125 145
205,372 205,372 00000000000003a5d77ad8c506189783ea2d36a38783fd1c621c6c00d97ef57a 0.03 MB 65 459
205,371 205,371 00000000000000cfda184b99af5f1176ab484dbac5c90514da712b67e4aa7efd 0.03 MB 71 230
205,370 205,370 000000000000032ced1eded7552a5a48c914bc1cc2a292099a94528956b5d9d5 0.01 MB 14 130
205,369 205,369 00000000000000e796fdd717ce71150c66678f982a5cea4dc8b50d932c6e4201 0.01 MB 14 191
205,368 205,368 000000000000050c0e6c6b24aa9affdfb00d6e489761cbe6b8a6b03c8e972302 0.03 MB 79 232
205,367 205,367 0000000000000420520bbd26832e20d6311a8f01796b3f5a256717fb3fb4faa6 0.00 MB 9 35
205,366 205,366 00000000000003336166858cbf92031b85a72b4287dc787061c0ca0d0bc7bee5 0.06 MB 142 139
205,365 205,365 00000000000003462d4d18da4e00447806cfb66e3aea5885f76bdb86b8a8fdd0 0.02 MB 39 55
205,364 205,364 00000000000001254a60a5c2e7a7c4e0f348adafdc2a83029a69c686e012e65c 0.03 MB 71 242
205,363 205,363 00000000000002f3c5e98dc1373462a7ccd2b88435458e45a47c4bfe9bd8ab55 0.05 MB 139 208
205,362 205,362 0000000000000231249c832140b24d8fe0f39151b36885030d1adea7790b871b 0.00 MB 1 0
205,361 205,361 00000000000002ccbd82131f8c84cfdf39a53fb92a11da5b5bef744354a46fd2 0.00 MB 7 86
205,360 205,360 000000000000013bd4e9d9ca08ad6323aa8844b55753ef63441d55967883a756 0.00 MB 11 248
205,359 205,359 000000000000004ac107817cb37a69600b03551835855cbf36a6d7edfc71fca3 0.01 MB 31 193
205,358 205,358 000000000000022b2f72c820059387be5b653dd92b3aa382976018a161139391 0.06 MB 78 115
205,357 205,357 000000000000002c662ba99bdeb9d3332cf6c61ec719f20af6578c28658dd6e1 0.02 MB 59 299
205,356 205,356 000000000000041cdb0dad33317251724c2a64cf27ef4cd111d40a97cead25cb 0.01 MB 28 260
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.24 GB sent, 92.99 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.