Memory Pool Memory Pool Refreshing

3,280 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 sats/vbyte 3
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (698,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,535 209,535 000000000000032dad237eb626b560aecf7066b9dc943e3740cfa0caf94f0fc6 0.11 MB 203 211
209,534 209,534 00000000000001cb87925bae72540e964ccbd3d10289e76c814c27581265b139 0.13 MB 73 74
209,533 209,533 00000000000001cba58395455437c4eb1b1aa28ceb311d28936d4b4dc7ebf530 0.25 MB 622 238
209,532 209,532 0000000000000286e70250da335316ec65c6be6d89950b11d6704350fb304c4b 0.00 MB 8 227
209,531 209,531 00000000000002f9ccfff88f48b913f56a95486c1e16823d6efc74573b32d88d 0.10 MB 249 180
209,530 209,530 0000000000000459ef4cd5504024d172b6bdddf34e1d93cfce958f6b617ae8a5 0.04 MB 159 17
209,529 209,529 0000000000000231600442f2e9419d4dfa68b0871e2064b80f3ccd17f584db45 0.02 MB 29 133
209,528 209,528 00000000000003c1d58df3c2efa5d2167329f2cdcc5c3554ea994b3e0e6e2a18 0.17 MB 233 116
209,527 209,527 0000000000000397eb97ec49ff568792d28319f7e4f9266ffe3f81e06bb99b55 0.25 MB 651 225
209,526 209,526 000000000000038955661bfe09118f83ea1ce2698b239abc067d65c2811fb606 0.25 MB 728 230
209,525 209,525 00000000000003f8e61f4274630fb2861ff3ed9eef040edc390d77092510888e 0.05 MB 144 209
209,524 209,524 00000000000002e711a9777c9d6ad5e7c3f5aaaed7f58ed68278fd1fee910303 0.05 MB 122 46
209,523 209,523 00000000000003690d7b379ba227e17d4648ab6ee9c135bccaf14e537d6f1ac3 0.20 MB 620 242
209,522 209,522 00000000000002a3154d84994a5fe0a9384b19a70b9d45c1567fc8caf05c5cd5 0.07 MB 154 201
209,521 209,521 00000000000002373f77e6c602580d7eb026a2e925fb27ab0f12c4c0feaff10a 0.07 MB 178 172
209,520 209,520 00000000000003b96a50a3137324e2be714251fa8c27d0c4ccee4e63f9fd1e16 0.00 MB 14 0
209,519 209,519 000000000000033117c4a1deb9ed0473cc32d4578fe8db467c48f2bea2401e50 0.09 MB 238 165
209,518 209,518 0000000000000480be964a5c5e601c92a678d029dae6a14598bc67fb646b00b9 0.17 MB 397 180
209,517 209,517 00000000000003a232add0ef997cd92850edb6f8a47d27c8a2290569fc68ccc9 0.02 MB 58 180
209,516 209,516 000000000000026e4b9779e359df413df859814b555fb6c2d3a27a29d6ade8fa 0.36 MB 659 137
209,515 209,515 0000000000000215a22c26b692f19e171b81255e9b061bfb98625e13421e8472 0.15 MB 276 159
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.