Memory Pool Memory Pool Refreshing

1,270 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,855 (21,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,367 886,367 00000000000000000001408120f5aff7a89371317ea4f0d9cc155904dad135ae 2.05 MB 554 2
886,366 886,366 00000000000000000000a1b7382c6f904fa7a689396f1fec3a4ea1d1e2b3e500 1.77 MB 2,327 2
886,365 886,365 00000000000000000002483f601b664883405306e6b0f872fdb7cf7115bcc815 1.75 MB 3,829 4
886,364 886,364 00000000000000000000ed817a632f3b7b414145f46149ff9a614e817ff1c827 1.34 MB 2,024 8
886,363 886,363 0000000000000000000021f2fd65876d60697afb21d7349fe378cb7a8cfedc34 1.74 MB 2,615 3
886,362 886,362 00000000000000000001582942d473ea803d71721f5c76c39b96fd4e0557d656 2.07 MB 1,797 2
886,361 886,361 00000000000000000001746c613827b69125c13185d1d1230c02b820c4507c77 1.59 MB 3,166 4
886,360 886,360 00000000000000000001d2ee5a455e5dfd3da65817c4d52884a756d4a8861184 1.96 MB 1,651 2
886,359 886,359 000000000000000000008983887e04292b1167e081dc55fa59d8210502b06734 1.63 MB 2,890 4
886,358 886,358 00000000000000000000223d26b230591ec9329ced8f276faf1d33d15fe04fe6 1.60 MB 3,252 5
886,357 886,357 00000000000000000001189d1d22c63c74bfb0484c46a359d17e176f6d7f116e 1.93 MB 742 1
886,356 886,356 00000000000000000000cbc9bebd4829fac508ac9078738e2d979d7206659c98 2.26 MB 621 1
886,355 886,355 00000000000000000000172035a0efe24fe0b7370d890805ed227a1f88e5ba32 1.62 MB 3,146 3
886,354 886,354 0000000000000000000239b65e65efb2bfb616d805c4a6c606f5cd4dac45fd4d 1.76 MB 2,390 3
886,353 886,353 00000000000000000001fb483128b912a5bc5b176a069cc2b53bf0b0d46f252c 1.88 MB 1,601 2
886,352 886,352 00000000000000000000318d5b5d6bfadd6f117f09f436f0453ca0349cd4713a 1.52 MB 2,686 4
886,351 886,351 00000000000000000001de5a73b10170630ee1a2729cd29d0192367f37c82b8a 1.51 MB 2,964 7
886,350 886,350 000000000000000000008c1554f292c2934cd110ce982d2a77fa66b36603a667 1.70 MB 2,529 3
886,349 886,349 000000000000000000016648ece604b911da90938db5f6978d0c0187eb34df70 2.06 MB 476 1
886,348 886,348 00000000000000000001fa8d9ee4578955d482eb9adcc342413319ddce1ed39c 1.99 MB 1,098 2
886,347 886,347 000000000000000000000c7afa1e3748aaa7760b5ee07a9e11999e4858e6ef8e 2.13 MB 444 1
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.