Memory Pool Memory Pool Refreshing

9,408 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,577 (895,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,562 13,562 000000001a3fa54726d7b02b64f85e9c92af1dd55b347d568cb34e8edc96a6f0 0.00 MB 1 0
13,561 13,561 0000000021fb08e3bcad9ea1e78e32ccca72bc14a8af9f399f4a38e58b6d8924 0.00 MB 1 0
13,560 13,560 00000000586fda757de13fd5885173763c8d88aae7c769c4b4d102d98367579a 0.00 MB 1 0
13,559 13,559 000000007e0a888e6d110aa60f48bd785d67ae6c5e16c271d16d78d274b28610 0.00 MB 1 0
13,558 13,558 00000000e474147aa602878bf8c877f731829fbcb41d031adeac2d293f8c5b09 0.00 MB 1 0
13,557 13,557 0000000073d321a26570f4cd97ccde92e903a33081e8d5c4a4061771c34a107a 0.00 MB 1 0
13,556 13,556 000000003a3f8785954482a684b71948159751d9411e1da74abd81051f2802d9 0.00 MB 1 0
13,555 13,555 00000000a3eba5a385f3e387c057b1098c4ed18c6ff690349a5fb40d9949c6ef 0.00 MB 1 0
13,554 13,554 00000000688b2a520055d92ec3b96f06bc5edfaa94ed8ccdf9ea6865a9a6ba9d 0.00 MB 1 0
13,553 13,553 0000000091f4291c54748decb84d5c567b1f9b16082577799905eaf75d25a484 0.00 MB 1 0
13,552 13,552 000000008b828ccaa3701de58aa90de6b4e1b80fcbce9f3c4754fe31f615df55 0.00 MB 1 0
13,551 13,551 00000000156cb7c985c07b1e889d641eed6e1913607e8f386c4e5afe7eaab6a6 0.00 MB 1 0
13,550 13,550 00000000031e429fd63eaf49e325cbafb303a919e91fa8d014a31f30c381a81e 0.00 MB 1 0
13,549 13,549 00000000adb3c6f038e2fd8e315dc27b978f3df6b19d36e8a1ec52311bbd9751 0.00 MB 1 0
13,548 13,548 00000000a59e0b9b0ba9825ed6993a98d8a5621d299dc5af1c777260904208eb 0.00 MB 1 0
13,547 13,547 000000005e07222e4091ccaeb10507ccd93280f661f2647a7a89e4564e21e8a3 0.00 MB 1 0
13,546 13,546 00000000dba3dafe372c2f79a7a29efc538ad5ce1d1836bc3b7bc91fac362716 0.00 MB 1 0
13,545 13,545 0000000086a9bbacae2e81f59b99f40c8a8a458916d27b755a789787074c2be2 0.00 MB 1 0
13,544 13,544 000000004707ed048762fb3beee9788fabdd043c8bf83ae623cd0f724178bed5 0.00 MB 1 0
13,543 13,543 00000000971d35710c9c174193598a942a782fb6da4329ac17ed96763b76dbef 0.00 MB 1 0
13,542 13,542 00000000723dc897d682793c08a8cb0d8d5384ecb715937afcdab79c8770f80d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.46 GB sent, 100.85 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.