Memory Pool Memory Pool Refreshing

3,429 transactions
24.20 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,399 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (863,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,850 44,850 0000000013e103ed9f753b3f4ec3a6e8fb19720d4c8faa43ebd5c0c1374b6ed1 0.00 MB 1 0
44,849 44,849 0000000035dbee780874e88bbc5f373f018e3d3cb3d5bc83c8fc18709cee7a63 0.00 MB 1 0
44,848 44,848 0000000017f504f7ebc3b8741557df0cd4acf03a41d786b0dcfd1a484103bb47 0.00 MB 1 0
44,847 44,847 0000000024e7ec19f9154f9de821f755a38a5055d863a42395bc130c5174f716 0.00 MB 1 0
44,846 44,846 000000001013425c7286c35b05012ea74a2e5cacdaf23d8b45f18a2fde6cefc4 0.00 MB 1 0
44,845 44,845 000000001214fab48cdaa16de5813819fbfeca837db053aa39f951c9bfc02217 0.00 MB 1 0
44,844 44,844 00000000362d5945e3693e43969a602bfd9de802f5a8d7f445c6efcd49d1f39c 0.00 MB 1 0
44,843 44,843 00000000202c4063869e7e9068c685232e148b19af66248b0be3b76d7b18068b 0.00 MB 1 0
44,842 44,842 000000001920563e3c82d5b418a7b013f766e6573acf52e8643b58f5399e2152 0.00 MB 1 0
44,841 44,841 000000000e60ccb617c99fde9241e34915a2fdea87286f2b4791dcb14f3d3d4d 0.00 MB 1 0
44,840 44,840 000000002dd7178cab7bd9c7ba1a3c64e9b7f3c99f8db36cde5956aaa8ed6a6f 0.00 MB 1 0
44,839 44,839 00000000135b2f3ab30fc57dd2c8233e495e00a37d2399ea00f9254c225c0f63 0.00 MB 1 0
44,838 44,838 00000000287a44323495515e84ab58864c4a601d4011d7dfa501646461ce7503 0.00 MB 2 0
44,837 44,837 0000000035c01b9d7e28c62d47ecb0bfcc65cca460bd86e48e50314a278f6b80 0.00 MB 1 0
44,836 44,836 0000000016545d45068bdf1b8ff25f87ab910677ec3c34920988c8e0cb5541d3 0.00 MB 1 0
44,835 44,835 0000000032cfddd382c63d71f5f6f86058234f9c7d02790e88db016dce0ddef9 0.00 MB 1 0
44,834 44,834 0000000019ec103feed5ca1f4a5341fdcdd2019b844bbd2a11d9e49ae44d51cc 0.00 MB 1 0
44,833 44,833 000000000824d02e3c207342e1ba23b9c986b69d1ab37eca987f9411e07fe4f6 0.00 MB 2 0
44,832 44,832 000000000d8b8021b34a7e5aae910d4dc84b1cd32cdc29fcb6221281f5173fa9 0.00 MB 1 0
44,831 44,831 000000000b3284e139f40e42297e5c29222b470f8ed96d36b47b9e3cf38ab5f8 0.00 MB 1 0
44,830 44,830 0000000035474a569e4f3d3735d2b8bbe3dec5ebc6f4293651fe102af9d4ce30 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.08 GB sent, 98.61 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.