Memory Pool Memory Pool Refreshing

6,031 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (128,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,252 779,252 0000000000000000000490cd2873eb552e034461949b12db46ed4d95896aa2ea 3.15 MB 1,166 5
779,251 779,251 0000000000000000000049ff1772072f6c9e12d7046fef23927ff79bdf202b18 1.73 MB 3,122 20
779,250 779,250 00000000000000000003f150cd4dd1fd5620af4c8438926025ad1c1e1eb9f7bf 2.75 MB 1,951 9
779,249 779,249 000000000000000000053350ccb4c28ad5d3b0cee69fac3caf78e94a48c1aac1 2.26 MB 2,849 3
779,248 779,248 00000000000000000002943d1c698f24deaa17502de543510d00d1b30ddb8bf3 2.41 MB 1,789 3
779,247 779,247 000000000000000000053d09b463cb4e6fe2d71bb78015a6324a5338eb2c8aa7 2.04 MB 1,694 9
779,246 779,246 00000000000000000005e4558f048f06c7027b32be53e6e5cab2c6d26bb9bf34 1.43 MB 1,952 15
779,245 779,245 00000000000000000005a4aec2fde00b8e011f706fc214339fa018e776ed6042 1.56 MB 3,245 24
779,244 779,244 000000000000000000043945e218626088e4417d896809837a0ac36c0a9a8f33 1.41 MB 3,586 30
779,243 779,243 000000000000000000050604058db53a83073e1226d69043c8677ada9ce21239 2.10 MB 1,861 12
779,242 779,242 0000000000000000000012e7d25d8bec9244ea516e68dbd648d1e9d750aab061 1.39 MB 2,816 19
779,241 779,241 0000000000000000000110d06816960c74853bc5d2b8579d6dcdc551bc319408 1.42 MB 2,855 20
779,240 779,240 000000000000000000018c87a3ff7b54d08d02a844e1d403b32f00800bd336a6 1.35 MB 2,358 20
779,239 779,239 0000000000000000000031b7385f9b44912d5bbeadb46a9c551c662c06ffe239 1.48 MB 3,047 22
779,238 779,238 0000000000000000000268520a72c122b10456e7959466225bdc70a3d96d0e2d 1.26 MB 1,490 31
779,237 779,237 000000000000000000024b50bf7546337732fe07646da08e8c98421d6e641575 3.79 MB 410 2
779,236 779,236 000000000000000000032bc5d116b8930811e08bd9e59d1cb700051e58af5c45 3.31 MB 868 5
779,235 779,235 00000000000000000004ef461ed4824726fd366f2fe207bc32044c707c388730 2.99 MB 1,270 6
779,234 779,234 0000000000000000000506245fa64e8fca1f03b8a10f84317b33fca897899e3e 2.83 MB 1,790 8
779,233 779,233 000000000000000000016cdd4c0cf23a07e18e966bc1b34806a6b02934e7e17d 2.46 MB 1,752 10
779,232 779,232 000000000000000000040a19f9c4c5c72dae29d16bd125ef0c4dd4abfa8b32cd 2.92 MB 1,080 8
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.