Memory Pool Memory Pool Refreshing

387 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 386 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (595,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,508 312,508 000000000000000001348453a5d17063c67873d157e510411a0bd265643629fb 0.10 MB 166 57
312,507 312,507 000000000000000039161968cfa7196a9e9725b440845dd572c54908eac2fcd4 0.09 MB 192 27
312,506 312,506 0000000000000000250ff0260f5f6a04f10aa69b4c5cf51ba6d77452a19274cd 0.25 MB 464 28
312,505 312,505 0000000000000000161cf6fae646134d818319e1ba13afbd8dc5cf38d2d3fbeb 0.22 MB 341 28
312,504 312,504 000000000000000000e4592b3bf5a6c64b99e04d059c510504105742c7cc8bbe 0.02 MB 45 30
312,503 312,503 00000000000000001fd06eb7cef6cc31d49c4754e4fa7ab3223c02cdc4ea22d5 0.06 MB 115 27
312,502 312,502 000000000000000006ae5ef08a97ca18cecf93ba44198d72978c331d6553dca6 0.47 MB 851 30
312,501 312,501 00000000000000001c2f616a7091e5943723509965a68e9e66651ca5173b1c9b 0.04 MB 60 29
312,500 312,500 0000000000000000307a31b5a588a7e028565a69b5ff1ff2cb572ad2ee318250 0.24 MB 499 32
312,499 312,499 00000000000000001b8d2b16d1652e295c401e5239a11cb9a5bdd8b227300142 0.29 MB 595 29
312,498 312,498 00000000000000000f4d5a669b3f2f8f188211d9b14fe155c0cf0cbb75e519e6 0.44 MB 766 35
312,497 312,497 00000000000000001fd7208e1ff487a41fb39c5dcc8b5198e3f17345721e5f1e 0.05 MB 135 42
312,496 312,496 0000000000000000312d8791629ed2a1fa08c8b7619b1a0570373b49cb6bae42 0.35 MB 688 39
312,495 312,495 00000000000000003a6c597891a492518ea67fb7a20e193003e2c42d5260d6ec 0.09 MB 214 55
312,494 312,494 00000000000000000ec13ed056f9f7ed6e07b56d8b359bedb56733f253ccdbb4 0.38 MB 841 52
312,493 312,493 00000000000000000011a4cacf664977d6d379dba8bb53e5a625f12990a8ccc9 0.29 MB 209 14
312,492 312,492 00000000000000003349d6860441d6fc97ee1f2c1f30f2bda07378be98341e53 0.10 MB 256 49
312,491 312,491 000000000000000003e07fdea6fcec355dbf5332d31f4dfe670a1ca9afe1e7ca 0.75 MB 1,361 35
312,490 312,490 0000000000000000201d505432d708aa2edb656f6fe34d686b37d4747e5ff389 0.05 MB 89 13
312,489 312,489 000000000000000038e2389ac3571f05bb4386a1dd26d1a76bae56abcefd4d91 0.56 MB 860 30
312,488 312,488 000000000000000014d47f0f22afe21004fbf0e431c5727905eb6f3f8c45c859 0.22 MB 331 27
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.