Memory Pool Memory Pool Refreshing

2,166 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,134 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (804,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,222 103,222 0000000000016be3e20f5a0dbdbaf447d4c7de0c0a3b255644f7e3cbeead890b 0.00 MB 1 0
103,221 103,221 00000000000067eb0f88dffe990c0564b787e4534ea2ec67823c0be83d4209b9 0.00 MB 2 0
103,220 103,220 0000000000027a53f066a80c939192a832f419ffb2bd7633f93a060422b58b07 0.00 MB 2 0
103,219 103,219 0000000000035014147cf7aacf079bf39bb01c385db843b117a9125c5f417553 0.00 MB 7 720
103,218 103,218 0000000000007e104fa83b5a7a8478860da46739322b967c27b16933cc1d04a4 0.00 MB 6 0
103,217 103,217 00000000000131e6f19a52f66c1a3fe81f15ffcbb2c80b6432af439fed073ac9 0.00 MB 9 0
103,216 103,216 000000000000e5bcabe9ec71a530872aa88cd3f6b67b899d61c31494ef9c4762 0.00 MB 6 0
103,215 103,215 00000000000307de11587c8937fb787028192d3ceeb32a49c1610cbb6607c976 0.00 MB 5 0
103,214 103,214 00000000000081a56916865ededf2c1dc5a8aa9c53dfce66fc80dd54223e8931 0.00 MB 11 0
103,213 103,213 000000000000f3f170b5c6b9eb577701ef2d522c00ce2041a05c552b9169c7b0 0.01 MB 25 0
103,212 103,212 00000000000218ac8247f041209177837843f4c999ebff045ecca7c3c17b68c3 0.00 MB 2 0
103,211 103,211 00000000000169805b877651e1ed060bffba095c6bdd5e4aace24f9a385883ea 0.00 MB 1 0
103,210 103,210 0000000000006ec6537423bcc471c81879462054bfc9d19e18cee773ff58466b 0.00 MB 1 0
103,209 103,209 00000000000036d8c4c5419f73f8ee26b193f152d5df9672dce2ecaee3926825 0.00 MB 4 0
103,208 103,208 00000000000072917ffbcdfc05faa7c025445cff030cd7b3bad0e325a9a944f4 0.00 MB 1 0
103,207 103,207 0000000000032ec88e3336d9231498f31dbec4e4da647184d9e46f733352117e 0.00 MB 9 0
103,206 103,206 0000000000017f15984a3588e1e59ae33c5bdd1bd42e47c132acf8596c3d66d2 0.00 MB 1 0
103,205 103,205 0000000000004bc5087f827909eb3d0ec8d7febde18055119f707055074e6a66 0.00 MB 9 0
103,204 103,204 000000000002e6926ae588d8726d8fe756c7c466040d9be0ef72cc609d83b1a5 0.01 MB 21 0
103,203 103,203 0000000000037f0176a6ce854c62075db6cd647365b1335eadd70280e47e1d06 0.00 MB 10 0
103,202 103,202 00000000000009bec066f0fe6301a54e66d6ed707bfe5536bb27eb944d758c28 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.