Memory Pool Memory Pool Refreshing

10,552 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (610,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,571 297,571 0000000000000000945c56d55f6fdad15401e5ad77f69f248f087d3d9a77a34e 0.44 MB 789 31
297,570 297,570 000000000000000026c02648ebeeb7dff00c485f47b17aa2a159116c9fbd98b6 0.16 MB 256 25
297,569 297,569 00000000000000001ac517bdf6d5a887a78b2daa7966e6157c465dccf3ee659c 0.35 MB 902 49
297,568 297,568 00000000000000006d3b67e7848e61bac196a3a559dc129369dd11512729db29 0.49 MB 1,089 32
297,567 297,567 000000000000000029ea4ed253d752cfa0a89151bdf6dcdf56a6bce5a4c46a97 0.04 MB 64 53
297,566 297,566 000000000000000049208985be0ae1adb7042d47ff3758572ebbc43c20509848 0.21 MB 337 30
297,565 297,565 00000000000000009492c806ba5f497db63a95f835508289dd4ea3531e1b877c 0.03 MB 89 29
297,564 297,564 000000000000000090f4993728664221bc565324e87d2810c7c7de502fa8d4d3 0.07 MB 52 42
297,563 297,563 00000000000000003a1209d6c7e9d5b6d51f667d0ce6ad8944d73779d35c1019 0.23 MB 505 38
297,562 297,562 000000000000000081815b8b08d545c016d572f380e28f6b667fe4d5e1d5cbd2 0.13 MB 264 30
297,561 297,561 00000000000000004afd970f27536c8bbfd6f0f247b75add2db7680924da1b0e 0.24 MB 256 21
297,560 297,560 0000000000000000256ca45818d425e8bce1e4ddb1765ef1e7f0af1576059b20 0.07 MB 150 31
297,559 297,559 000000000000000085bed31ed785c7c6e87d5370b96c52f669fa0f4044e9f6e6 0.55 MB 633 21
297,558 297,558 00000000000000004ec39ea4c252d458e2c4fe993380cabd3643be5a54a3cd23 0.20 MB 512 49
297,557 297,557 00000000000000003edba91640abf7e7399f59dc3e4ad41a70b972eb9208050b 0.06 MB 93 9
297,556 297,556 00000000000000002e472b5f6ff4369ba14ec5000f588354f6a7e8bf11089096 0.23 MB 497 30
297,555 297,555 000000000000000011eb257e31a9f4b4e9a219ac53740cf1b8387eb4fe03bcba 0.81 MB 963 23
297,554 297,554 000000000000000045465a23b43b9cdf6d4a8684ecf5e33c48fbb7bc9fef2fa8 0.46 MB 587 22
297,553 297,553 00000000000000007a8a7bcf39b1c4d8959d42faaaa8025d71e96cc46a56b3cc 0.23 MB 512 55
297,552 297,552 000000000000000099ecaedf0200d42fec3fa180af8adae2a4097a9a9fbbc11f 0.34 MB 295 14
297,551 297,551 00000000000000004fe4defedcbe7f5592017b7cc2a201a99f23e92ce2d316db 0.35 MB 939 49
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.