Memory Pool Memory Pool Refreshing

170 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,289 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,288 (801,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,379 106,379 000000000002e8d8eed699478749f173df8456d7e76809e7302059415dd0fdfa 0.00 MB 6 0
106,378 106,378 000000000002f5f94824a661274256cef9b579ddbd2b3066b87ae69531c9e0ff 0.00 MB 9 0
106,377 106,377 000000000002c6702bf31be2cf2f2631cb325f2972b3a236021baa4479b04f44 0.00 MB 7 495
106,376 106,376 00000000000243f37195befa3756ce70a15fdc530f97737c6edc76bdc1a7d2e5 0.00 MB 1 0
106,375 106,375 000000000001a29c1d51321e85e8a6d70a56707c586a511a57fa5ccb3c334e74 0.00 MB 1 0
106,374 106,374 000000000001dd53b6cd0758bcc3eadbb1fe9be394840ef886f1ff20a2b4ca54 0.00 MB 2 0
106,373 106,373 00000000000291ed31edcc47b1a8823a742b0b82e7bacd24a54c280a4d98bce9 0.00 MB 1 0
106,372 106,372 000000000002f0c7fee3f617f7c879c1fbe5d149b0f84c028f165a68810ef6c7 0.00 MB 6 0
106,371 106,371 0000000000011ca275141249e124706f22976bdd4fd74e105486df87ac4cc664 0.00 MB 3 0
106,370 106,370 0000000000021030e4555650daaad909e643773f925769a3e23f57be60078b7b 0.01 MB 28 0
106,369 106,369 000000000000997bdd9b985b59f59334a5cd400e87e7c1d78c88750a641114b0 0.00 MB 1 0
106,368 106,368 000000000000c7c52710fd82337f042fb540b4706cbb37c26ed48d3a411461f1 0.00 MB 2 0
106,367 106,367 0000000000007f9827a5b2450b3276f1328e7d0c9a11553fa43ef515337bd609 0.00 MB 1 0
106,366 106,366 0000000000006752a2b51a4f46bd639feae18096b2e4a39bbde8671aa0684682 0.00 MB 1 0
106,365 106,365 0000000000003904cfbf6a1718e17f3c786726fdf017353781afd2e8c3e40354 0.00 MB 2 0
106,364 106,364 000000000002c4e4148f35a3c851774c6e5b70e2a55628e89df45f76b30a6746 0.00 MB 2 3,891
106,363 106,363 0000000000026a5f3331539d67304742f2fbd5a82bd47bec7f76452f4a115c90 0.00 MB 1 0
106,362 106,362 0000000000020446df9e227345ed6b0f18490f6599f973e96da61e3855fd70b8 0.00 MB 2 0
106,361 106,361 000000000000a384a4a4728fb18ff5699f07750a18e83c19effa363b56fdf461 0.00 MB 5 0
106,360 106,360 000000000001a6b3907b228629bed3136b4227086cdd2eab65e33ff57d2b5524 0.01 MB 20 0
106,359 106,359 000000000001f468fbf61c672398599c83c09f9a28ff6f30d75404e843840682 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.23 GB sent, 98.27 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.