Memory Pool Memory Pool Refreshing

10,366 transactions
3.15 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,443 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (24,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,260 883,260 00000000000000000001b0edc437477710419c266aa92281e3638f8ab353f52b 1.67 MB 3,891 6
883,259 883,259 000000000000000000023ab04715d3c3df257f7a4b8f9e41b28886c34e447792 1.63 MB 3,712 8
883,258 883,258 0000000000000000000131e9b99401cc426a2c4458cc8d41747ae225a6cdeac6 1.65 MB 3,021 6
883,257 883,257 000000000000000000015d1a56ae251d4e8abb89b900f0e2586f54dec3ec9107 1.60 MB 3,241 8
883,256 883,256 000000000000000000021a2101cf8aa2516855885a6cac07955c7090bf095ad1 1.45 MB 2,428 6
883,255 883,255 000000000000000000000b7450f9c587f09e59f33b35a70a12ecd2765d67f55d 1.28 MB 1,410 5
883,254 883,254 00000000000000000000b03dd1f4963d15e4deedbab2eb26c1b6dbc973651724 1.56 MB 2,443 5
883,253 883,253 00000000000000000001ecb4556d1fbf6f867a9e3a1b6c05a213d6f1aa1f6bd0 1.35 MB 1,925 6
883,252 883,252 0000000000000000000065cf652b48b1dc2d2a7c089f1ad579ef8b7cdcf2014e 1.56 MB 2,530 8
883,251 883,251 00000000000000000000177b2c98eef41f69d0269636457d652dcb0fa44f83f7 1.55 MB 3,188 9
883,250 883,250 000000000000000000005466205d4cb5d44345928337c660b3ac0d5ce2e61c26 1.35 MB 1,950 4
883,249 883,249 00000000000000000000321337a1058262f14832ea30ebeaf76f04ae0701773e 0.41 MB 1,234 1
883,248 883,248 00000000000000000000ccaef8adad6fe0888c2a231d3efca42b956cd4714d3c 1.91 MB 2,447 1
883,247 883,247 000000000000000000012914bb50ef4392c5587ccf6d8644eaa90ff16a61b487 1.76 MB 2,876 2
883,246 883,246 0000000000000000000022f97e16f919d83df1a052014ce47e056b3bdd6cf781 1.74 MB 2,340 1
883,245 883,245 00000000000000000000a8cddab380a80971618d9aa4e1af2537c013f98c2111 2.01 MB 1,447 1
883,244 883,244 00000000000000000000ad7d359fafd37ffc6de650bca2a31c7eeb83b635078d 1.67 MB 2,884 2
883,243 883,243 000000000000000000009ad8bec9311331d8738d5e42566b68d32d9b94023a8f 1.86 MB 1,420 1
883,242 883,242 00000000000000000001aa2337107da28111a6a8f2b3064d2af049c5fa961d78 2.13 MB 1,097 1
883,241 883,241 0000000000000000000117f0899f11b7f63a24d4f1b13acbb605ccbd2851da05 2.01 MB 2,949 1
883,240 883,240 00000000000000000000e223e856bc077e01d07e9417818b272cead68794c59f 1.67 MB 2,682 3
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.45 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.