Memory Pool Memory Pool Refreshing

6,826 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,002 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (34,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,186 873,186 0000000000000000000001e7826f97c1e978e000b389904e749888a02435bebe 1.62 MB 3,693 4
873,185 873,185 00000000000000000000730e3572630056892718cc2c68f81656e32edad12082 1.64 MB 3,915 7
873,184 873,184 00000000000000000001f256826ad3b430b178cc707394e55f5dc02eced6fa27 1.64 MB 3,541 6
873,183 873,183 000000000000000000024d16d3a9e19be64a2e9e89e94244b64147efe967938a 1.88 MB 4,739 3
873,182 873,182 0000000000000000000070c97c3565fa968b4c8ccd8185ee23f682abd6047b50 1.99 MB 5,173 4
873,181 873,181 00000000000000000002126bbf277be0200fcd5e9ed79d1656f966467bba3bad 1.76 MB 2,712 3
873,180 873,180 00000000000000000001a5dd7475325248d9c5660aafbc3953e5033ea73b5dd7 1.83 MB 2,596 5
873,179 873,179 0000000000000000000284f3b492cebf36883121177c21669c7a4bc2c1957b28 1.45 MB 2,059 5
873,178 873,178 00000000000000000001b5677e3cf03d8a783f912f977ef40e6b88f750c72caa 1.63 MB 3,236 7
873,177 873,177 00000000000000000002087497684e4bdef8426af69a2c04cb0cb99ce7bfa7da 1.56 MB 3,123 6
873,176 873,176 00000000000000000001941408bdc420a2e7efb7de9871f8ccc251b9896214bf 1.71 MB 2,660 8
873,175 873,175 000000000000000000009893f6233875231dcb5b32be7c90c92ca1f217401b80 1.67 MB 3,401 10
873,174 873,174 00000000000000000001aea61b36bc9063a3f0ee84181de5b366b5269f2f7111 1.63 MB 3,194 5
873,173 873,173 0000000000000000000197c1a0a27da6ad1fde6b969407b9ac1f588716596079 1.77 MB 2,762 8
873,172 873,172 00000000000000000000515246d2977643bad6685a7c7941334383b390265446 1.70 MB 3,104 10
873,171 873,171 00000000000000000000b7b99b58c4f5a4e8ff9b448941ce254bc0d026efb372 1.37 MB 2,059 6
873,170 873,170 000000000000000000001c2c402e71a5a25b412dd584cc378bd628c309116883 1.79 MB 2,619 5
873,169 873,169 0000000000000000000171f6369b85cf91af08ac87d6a4b01ac9221c58ab8dc5 1.56 MB 4,006 7
873,168 873,168 000000000000000000023c18752b9a497972030767909937d8e12a6bd0da3ec3 1.63 MB 4,500 9
873,167 873,167 00000000000000000001d47fa351857dfd4af1dbea454229d23a24a4e7a877f2 1.52 MB 4,811 13
873,166 873,166 000000000000000000007958bac2be62c0e166b897a293b279a50aa5378ec48f 1.49 MB 6,027 9
Previous 10 blocks ↓
Total Size: 769.25 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.10 GB sent, 94.16 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.