Memory Pool Memory Pool Refreshing

2,227 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,205 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (599,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,007 308,007 000000000000000049b41e110ea6d34e43ebb0803c595a7821b1e4a67038c4ea 0.06 MB 146 36
308,006 308,006 00000000000000003f5eababd991d2757532e86dd7a306ce911370d7154cf8f8 0.43 MB 564 23
308,005 308,005 00000000000000001c2d242a9e399308adf7bd57b7fcb11f3a6c006586778724 0.21 MB 127 18
308,004 308,004 00000000000000002a03b175f183c3bbc440f5c2a171e958bfd504582f711f70 0.25 MB 410 27
308,003 308,003 00000000000000001f025063fda2db74736a4fddb3eeafe55af3d8a0f20b74f0 0.03 MB 72 26
308,002 308,002 000000000000000039b190e5057107e50675ab60dd84d283aeea6b3a904f5278 0.36 MB 681 30
308,001 308,001 00000000000000002584ecfe801597c83fc011536fbcbfba8dd4375eef09e4c6 0.06 MB 124 28
308,000 308,000 00000000000000001d55aa114bddd81938d09e2dccd432dec59a4078ca0bc0f4 0.09 MB 196 26
307,999 307,999 000000000000000046460184b9ab298a5881f1e2f209f617cbaa0d58d8ff422e 0.32 MB 666 32
307,998 307,998 00000000000000003d83d0969ba22f15d5356232dc4038ff2b395a4345b15f7d 0.11 MB 204 27
307,997 307,997 00000000000000001b5a720d7e5dc4243229757598c4a05b6087d66e9db3af9d 0.17 MB 400 34
307,996 307,996 0000000000000000285962faa2df3d90d45af1ad33a43fc7b990ecbec6e0a6bd 0.03 MB 82 29
307,995 307,995 00000000000000001a8b826ff958987de7bd7a8912723e1d855637723db09d8f 0.19 MB 247 20
307,994 307,994 00000000000000001c9be3da44042aac6a848fa0cac4b26c257913770769b954 0.09 MB 256 51
307,993 307,993 00000000000000004cdbb34348344da336769406bdb225dd065c14e0f47dbb2e 0.15 MB 272 35
307,992 307,992 000000000000000050c7662e6d05759d41bbc880078737a7ebd84d3445023b4a 0.05 MB 92 45
307,991 307,991 00000000000000003638f44b9b2f2e3cb2c1b1be2812869a946ab78b757e601f 0.41 MB 854 31
307,990 307,990 00000000000000003b4443c47d89084816eda92779aabf16e11521746263f539 0.17 MB 259 25
307,989 307,989 00000000000000001c615fd45837cabe067066a764c11b1795a59f9606aa8893 0.13 MB 168 16
307,988 307,988 00000000000000004ac9c117d9ac40cdf101947e3d93f305f3a5bfa0dee6ddf3 0.26 MB 579 32
307,987 307,987 00000000000000003f301cc0334248b3d62951d23d0fa7fb2c586978eb563381 0.19 MB 313 26
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.