Memory Pool Memory Pool Refreshing

5,591 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (622,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,498 285,498 0000000000000000da38f0245e6ed6fe66545d5c1a23056035588a655f30b6d1 0.25 MB 330 25
285,497 285,497 0000000000000000f7c9efe2e780f2edbd186df024e61916e575fec52cb5bee9 0.42 MB 971 41
285,496 285,496 00000000000000019836ce5d0e83473f7e65caa06fb6bc15f38715ca20e16a05 0.10 MB 110 14
285,495 285,495 0000000000000000972e5e8bd333df6ae67f55768030f4207b791e93a444c219 0.47 MB 244 14
285,494 285,494 0000000000000001905ebc136d56b436e542244926fab04f8f2f7eb579c29a9c 0.10 MB 62 12
285,493 285,493 0000000000000001897ce220076700724a7a2a18a6d63e054801de645c2dd87c 0.50 MB 286 23
285,492 285,492 000000000000000116a7f098de2670acf4309d50ed23cdf14ab01e766891d5d0 0.35 MB 212 25
285,491 285,491 00000000000000003cc27afb4a1f1ab2a976862a27b68c6aa87a2ed970d1dbd5 0.50 MB 157 22
285,490 285,490 000000000000000114138b996de81255f99470379ee59047ec89383eda1ec69e 0.50 MB 1,070 48
285,489 285,489 0000000000000001495860af89c1b9ea230c7c046cd8ee91f0f6f7b84afd642a 0.06 MB 121 44
285,488 285,488 000000000000000102bcd3dea32f4f7a4ff605dfe7d9d5e282f007f7b226cc99 0.59 MB 1,101 29
285,487 285,487 000000000000000062fd2db9359cc04e1f21d519d5ae8254bbffeeaed27d74ee 0.35 MB 1,064 183
285,486 285,486 0000000000000001231a377408de4ae13c89fc56392c915c834928dd73dba9e3 0.02 MB 42 12
285,485 285,485 0000000000000000b54dd8cdd9d931830376a850514c056ee277920667249779 0.32 MB 747 47
285,484 285,484 0000000000000000469ed204b9715ea33d4b095514389918ab05068a577dbf5b 0.30 MB 645 37
285,483 285,483 0000000000000000c323f40ceb6793ea74fc85ea28bc5f04a002d352dd77f37e 0.08 MB 183 35
285,482 285,482 000000000000000157c8b37362d980922e629501ead09d0e4678fdaab4a262c3 0.04 MB 39 16
285,481 285,481 0000000000000000fbe2b69c54a19242b532a414bc5a2b75c39c4b1ae4b8a6be 0.21 MB 399 35
285,480 285,480 0000000000000000b29c5e6d2aab56e9a96b34df4f3250540da287203b3ffab7 0.07 MB 157 40
285,479 285,479 0000000000000000ac3de836918ffa220233a3d349b562e9fc7138f6ba8afbd6 0.27 MB 499 42
285,478 285,478 000000000000000066789586769a7d78e0a9bfd15fda0edea89aad16eaa2eafe 0.30 MB 664 38
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.05 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.