Memory Pool Memory Pool Refreshing

4,189 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (833,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,107 75,107 00000000003ec7b695ae0ad10eef73c84e822bdd67d7b0e87b30fe37791b54cb 0.00 MB 1 0
75,106 75,106 00000000000463a33b66f9a22351e998f6e5c01e727234b1b1962856776540d3 0.00 MB 4 0
75,105 75,105 00000000000d19ba364f6568135fd94d42f003e0ad272f3c5991e0560c3907b3 0.00 MB 1 0
75,104 75,104 00000000005ddb686c68605f6e619df052a56a9702fe2665d34f4507926e97c3 0.00 MB 4 0
75,103 75,103 00000000000342a8759ab3a4dd867b54984a54f472ec8431c1e0f70781ca012a 0.00 MB 3 0
75,102 75,102 000000000012ec8564d6a29a8218e0f63844829313cf1b49c144dbd52d3e1e53 0.00 MB 1 0
75,101 75,101 000000000040c86155db276e1d4ec239dd479df5828f8b415d4a9ae7adfa13e9 0.00 MB 3 0
75,100 75,100 00000000004f128d1c105f90e315b6af2460f7c80f8df2217bccc7e7b79f862b 0.00 MB 1 0
75,099 75,099 00000000000a943c242f650fc742c5a2fff04dd4e493426f31d5203e545c3e7a 0.00 MB 1 0
75,098 75,098 00000000007e4d1ab6e969e21057f2367efa4170b2ce0b378c0b8043945c3969 0.00 MB 2 0
75,097 75,097 000000000025e33e66a4ddb0dacf6a805b49ae5def4f7ad6981cf46daf440aff 0.00 MB 1 0
75,096 75,096 00000000006a92bfd4f1df148c657d8ebdf2f017b78412cee864737755ad01aa 0.00 MB 3 0
75,095 75,095 0000000000253a6a3c4fd3b87c0392c165218ea7e9b8bd220733ec7dc0bb5238 0.00 MB 2 0
75,094 75,094 000000000015259c099039f450c252afc23b6a4f6148dfb04c608281472ac817 0.00 MB 1 0
75,093 75,093 000000000028b087abc157e36f7cdac069473a90084665f22b1d3ea9edd3777e 0.00 MB 1 0
75,092 75,092 0000000000040a861575bebc659a4060f7104b9ed7f34306eb73d05211988d73 0.00 MB 2 0
75,091 75,091 00000000006814ffe1a9ca6cb7106671c7eedad10f7e54746f86629fc150d832 0.00 MB 1 0
75,090 75,090 000000000023999c11c80e6106e92dc1389e70b1b874b12961aa72faca0d2eff 0.00 MB 4 0
75,089 75,089 00000000001d6b76dae6d8830680d928a0ce3d9aaa9da751c5bcab0c9d28e083 0.00 MB 5 0
75,088 75,088 000000000019a090257b114958431ef24ec983b07b6cc8a81fe4abe48e1ad07b 0.00 MB 2 0
75,087 75,087 00000000005e08d5f2706ed58d913de9d04a9c4def5e9da06e8fafb71cf1c436 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.10 GB sent, 101.86 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.