Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (556,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,110 351,110 00000000000000000d996c8e3e425330461d7909cef9eb13083d6159ccecc2e9 0.21 MB 250 19
351,109 351,109 0000000000000000023ed462cffc33a5ebb6cc8d04b7823a67830bb0d35ad64e 0.41 MB 754 29
351,108 351,108 00000000000000000acb83043409ee6c4d8690c7701b6a86d431ce61cc19966c 0.49 MB 976 38
351,107 351,107 0000000000000000001ed1dc4a614e28ef7f40848ecd13ce18ef5f850113448c 0.61 MB 1,000 33
351,106 351,106 000000000000000014bb98dcc3324bbdebca3c0009c3e09ce9ff73adbba4960d 0.51 MB 907 30
351,105 351,105 000000000000000006e2d921c3924d3c79b58b2f3ae9f87713047435b5ff7e17 0.25 MB 416 25
351,104 351,104 0000000000000000135b7904a5d4d4fdc5b1a52c73687247e08ce967e1c1139e 0.42 MB 820 28
351,103 351,103 000000000000000009bd9e7088df5fb7e7d84ad73d4ff4bab28d2b3f15b2147c 0.22 MB 384 26
351,102 351,102 00000000000000000b592bc22b7e71302d65b7415b674f5c282809d8d98fcc6e 0.50 MB 798 24
351,101 351,101 00000000000000000f842becc1e53e9cacbbdfac8fe2041fc6e88fec9a6b1951 0.21 MB 354 20
351,100 351,100 00000000000000000ed1747398350ed90476d30685de73af5572a1f72cc32c49 0.02 MB 64 34
351,099 351,099 00000000000000000cf70980e0afe59c354a85060d7aea47c609fa4791a31524 0.46 MB 905 30
351,098 351,098 000000000000000013785ea77f9565d8a114ddc230e491291be9166240fb14f5 0.52 MB 1,007 24
351,097 351,097 00000000000000000ec0e9358205c9a7839d25f17869d30acd9faa062868de9b 0.60 MB 1,025 25
351,096 351,096 00000000000000000f20444ed14e239fa4905b7291a25d1bf00cdbe2d886ad84 0.15 MB 329 25
351,095 351,095 000000000000000012bf11e8007d38776d927b4accdf6e55e1b66be7f3820335 0.25 MB 412 22
351,094 351,094 00000000000000000fbba14b469a7f6ea903eb22331d2d6efc0f57c140162f78 0.06 MB 116 26
351,093 351,093 00000000000000001277e861be8b73f56ae9be2d87c806f8be9409ef194db395 0.59 MB 1,145 27
351,092 351,092 0000000000000000150a62361c96bce52e3e88babe5a68021b90c57ae90c6fa9 0.68 MB 1,009 20
351,091 351,091 00000000000000001054e42fb1fd9ee8a494ae78399fbe411bd4155aa9b45ee2 0.21 MB 398 31
351,090 351,090 00000000000000000742ebcd9b6a780ce68d43448a066a523d7367294068366e 0.62 MB 1,285 28
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.