Memory Pool Memory Pool Refreshing

1,134 transactions
0.32 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
891,565 0000000000000000000251050000000000000000000000000000000000000000 0.31 vMB 1,126 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,564 (322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,242 891,242 000000000000000000016fe312280b7bdf634d4c94f2b30e5c9ab03189e9aa43 0.70 MB 893 1
891,241 891,241 000000000000000000011443466300346bf775fd130b8c2bab006b5fc9e3e666 1.60 MB 3,096 4
891,240 891,240 00000000000000000001c310674972595c0fabfc9b53cd08618dab4efb771be8 0.25 MB 495 2
891,239 891,239 00000000000000000000f642403948eb488c8e2c8f679a99524a9c0ee37abb00 1.08 MB 2,167 2
891,238 891,238 000000000000000000010c0497f240d5efb6efd4a13a6d2175f11cf66edd7b28 1.66 MB 3,110 2
891,237 891,237 000000000000000000008461cf8cd17c5709199efbe29d772a377509ad54bb6e 0.77 MB 1,525 1
891,236 891,236 00000000000000000000dc16b540b418708e65a1f5396c9130b0341b7b6f1f33 1.80 MB 1,897 1
891,235 891,235 000000000000000000023d2586fdf736b0a1c08398461b57a48134d10ff4e7ff 1.69 MB 3,498 3
891,234 891,234 00000000000000000001fbf55f57f0074df5dc577ca432b3ad5a28b144d4ca38 1.55 MB 3,633 7
891,233 891,233 0000000000000000000017b89512790f3455f073e719843acc664eb4022ee9f7 1.68 MB 3,393 3
891,232 891,232 00000000000000000002111bb488da29ffe12fbb88864d5a9af37230ef76e0c4 1.68 MB 2,340 2
891,231 891,231 00000000000000000000e5a5c8be75a5d9bfa6b779794a1b872ec8db7109896a 1.54 MB 2,885 3
891,230 891,230 00000000000000000000cfb641b50608618fe23884071c250f8eba767f3bb94c 0.03 MB 75 7
891,229 891,229 00000000000000000001fd3c38019836802356bda35b93b35c1f0eb781b94621 1.50 MB 1,097 1
891,228 891,228 000000000000000000011df4fc666c9a8a59c6e87cf42fb905c00cc3e37d5e4f 1.50 MB 2,590 3
891,227 891,227 00000000000000000000c7a9387798163740de3dde928d30cc3662028840838a 1.63 MB 3,561 5
891,226 891,226 00000000000000000000dc79dd1d22e7fe6e86dc89e95ca9555da51687871837 1.69 MB 3,343 2
891,225 891,225 00000000000000000000b45f2168622845bf645f25d372854120ca02f55e586e 1.81 MB 3,154 3
891,224 891,224 000000000000000000017f6ec414b18eb8d195b74e2e39d764932983840b6046 1.66 MB 3,282 3
891,223 891,223 000000000000000000016e51732d0755b8648a3d353b222654ebccc2cfa5b288 1.42 MB 3,186 3
891,222 891,222 00000000000000000000688d6772c7e1e6b9e1e4fc0399c801e19fefa0157c10 1.18 MB 2,688 3
Previous 10 blocks ↓
Total Size: 740.57 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: 3,601.12 GB sent, 163.68 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.