Memory Pool Memory Pool Refreshing

4,578 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,455 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (828,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,517 80,517 00000000002c81424eac6a6f4d6185acbd0be2bf723e5c7fe285c6ed81db8ad8 0.00 MB 1 0
80,516 80,516 00000000005838a6044b5e31f5c4c406e546ef48f4e685c82dbcb6248018c5f1 0.00 MB 2 0
80,515 80,515 0000000000064e2b86b457d8592b47ee0b9f0c6159e3193716f2808a54f4f971 0.00 MB 4 0
80,514 80,514 00000000002a0ba2fa04d2fed45985da80b9663cfabc4de1b6edb9dd37c88099 0.00 MB 1 0
80,513 80,513 00000000003a2988f9ec6e409eec96405f6533cb8daf905d488ba4a7ddcf8845 0.00 MB 1 0
80,512 80,512 0000000000572ac451a4ab44d7792c60151a58e9e68c339db4cc396ffd3b3a1f 0.00 MB 1 0
80,511 80,511 00000000000c31ddd3e2bd9cafcc28ee645c2928bc3743325d3b49533c612423 0.00 MB 1 0
80,510 80,510 00000000001ae81f70c729ec276d8328e4498643a0cd75cc10f68a57e96dec98 0.00 MB 3 0
80,509 80,509 000000000021657bf09ebdfd3ab307b902a15c4d623c40bb3de4611490c86ad0 0.00 MB 1 0
80,508 80,508 00000000002d536b6b10fda8568fc2bab1724c502f2a285a94ce2ec008ff0c4f 0.00 MB 1 0
80,507 80,507 0000000000503cdc3cef56d71eb5f662a1c65fa27aa457bcf0204be3cf277844 0.00 MB 5 0
80,506 80,506 0000000000553ae21d252f28e04cdeda5ef68619de36edb001cc509ab67bd9a3 0.00 MB 1 0
80,505 80,505 00000000001ce9e12fb52f1be45cb3a1b1c793b3e57e1f2ffbfa3174257d9597 0.00 MB 3 0
80,504 80,504 00000000005605d837ff4d061225265517545bd3ff5e27c7d7816ff203a9d4b0 0.00 MB 2 0
80,503 80,503 000000000020b6ebf7a0f69fa57770838622157bb10dddccb50a81aae65a46c0 0.00 MB 1 0
80,502 80,502 000000000036aca17135c1c55ab4b50372628bd5b495f2cb6d49922b3f870568 0.00 MB 1 0
80,501 80,501 0000000000291efa4b2750bf1d6edb746ed45b1992fa9045ed304b9f2da1e89d 0.00 MB 1 0
80,500 80,500 000000000007790532e8ebd45e4b541bee6ba2a5881f3ed08e33d8ea593983c3 0.00 MB 2 0
80,499 80,499 000000000013a844d2bb9fa987f8a83196f1caef193d7588fa6ab6cf0b87182d 0.00 MB 1 0
80,498 80,498 0000000000034d6c4d381ec082835d8d8bfa0a7c26047af6463fc58fb246dbbe 0.00 MB 1 0
80,497 80,497 00000000004f6259e628f11b009b5b43c6c125a8f4d40c44a87a678d529b6d99 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.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.