Memory Pool Memory Pool Refreshing

505 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (25,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,258 882,258 00000000000000000001cff90408a25b0b60968c07bcc8e1e6fe68fa0eb1f46a 1.47 MB 3,430 5
882,257 882,257 0000000000000000000030f267df2a032810a644251d04163e4533c130606186 1.90 MB 2,044 5
882,256 882,256 00000000000000000000b42276a6367b609d0cf97b30158e785cf7eccd059709 1.72 MB 3,088 4
882,255 882,255 00000000000000000001e4b8daaebef4cf13e68b5bc7ed9acd56b3f4721dc2ce 1.71 MB 3,088 4
882,254 882,254 00000000000000000000cca559fd4e843e2676b7d8c00460f27904e5e93e6111 2.04 MB 2,419 3
882,253 882,253 00000000000000000002431290338f9814ceae9243a89e37bda47c9fd8f317e5 1.89 MB 2,026 2
882,252 882,252 000000000000000000014b8ba8d6464e07cf5d781e3b418275b19c8eeb16a893 1.81 MB 2,923 5
882,251 882,251 000000000000000000026b5718e34290622acd23b16b3642c156b231e4e9a7ff 1.61 MB 2,942 3
882,250 882,250 000000000000000000015a0559d2ecd5e4f4d1a8a292f1540685c50e7cae06ee 1.67 MB 3,359 7
882,249 882,249 000000000000000000002eeff97e0013a21ab8018ba96e68e7ccb016f6f09091 2.04 MB 951 1
882,248 882,248 000000000000000000001b3b6783b42ff64ed29798bb6ee9e1dc927bef1268fb 1.71 MB 3,732 4
882,247 882,247 000000000000000000025ea19b143c03f89d6eee05811223f410649920850a0d 1.66 MB 3,346 6
882,246 882,246 00000000000000000001991b4411637f0eea03fdfb7d01f1f2d84ac4a015cc33 1.82 MB 1,361 3
882,245 882,245 000000000000000000003df2335cd2bcd19f3137d1322e16fa1eff3bb62c835f 1.94 MB 2,150 3
882,244 882,244 0000000000000000000006d3a6f00137dce77b78a89ed1dad03217466a251736 1.96 MB 2,874 2
882,243 882,243 0000000000000000000151b957e4dfac0cda7fbbb11c83415868c182c2219b0e 1.61 MB 2,320 4
882,242 882,242 000000000000000000022f900f42f807f7b40ece51d58ab82fae1c455686b77f 1.64 MB 3,906 6
882,241 882,241 00000000000000000000f1ffdf98077644c79c801e27cb800a6db795f02527ff 1.65 MB 3,484 7
882,240 882,240 000000000000000000003d1e5109b0e8eede5ad26c461fcd8401780ed9e16f4c 1.61 MB 981 1
882,239 882,239 00000000000000000001af4d4f34b588d26c9141dbb89e4be92ce2bc7a4d1594 1.95 MB 924 1
882,238 882,238 00000000000000000001999439b751ca7c6ac70d331fb8138e11216585650d48 1.43 MB 811 1
Previous 10 blocks ↓
Total Size: 769.14 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,632.12 GB sent, 93.60 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.