Memory Pool Memory Pool Refreshing

4,413 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (622,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,105 285,105 00000000000000015c6cbec1fbb295ace4437c6ca595da93f68a2023d82427d3 0.35 MB 867 51
285,104 285,104 00000000000000008b69fb33c8782af52bb1a36e721fb3a6ecba74d432e5e5f0 0.11 MB 148 38
285,103 285,103 0000000000000001395b890a598fd5a647a817a735eef72e00d57fd266618c42 0.21 MB 503 51
285,102 285,102 0000000000000000358f481f1ecfc552086c5f51829b05e6322d9d04e1621ea2 0.02 MB 53 71
285,101 285,101 00000000000000003c714905167b49710e26d3764a17539d8e473ae9edda9a4c 0.18 MB 365 44
285,100 285,100 0000000000000001156258d00b6cb2a3201a9fc795f806f3f9ec7ca2e27b5b31 0.10 MB 157 19
285,099 285,099 0000000000000000d4061d16734a694cdfa6eb469831336c267816af3adc5a00 0.25 MB 339 21
285,098 285,098 0000000000000001435a8639542c91ee2b59eeefa3b74f222bc4e5a425b04f02 0.35 MB 1,017 65
285,097 285,097 0000000000000000c0dc71af924372b2a67127585d88d50d49fe5f760790122a 0.18 MB 384 36
285,096 285,096 0000000000000000a732401296ea3f98c7e6e98d05b9e188cfdc4921f46ac2cd 0.33 MB 550 31
285,095 285,095 00000000000000009165745d0e19aa4bdd8ae9eb89b95cff6ec541cdf4e8a181 0.05 MB 180 130
285,094 285,094 00000000000000018b60e1efa11da88c9d6f3c03af75ca8c643d63dfac609261 0.10 MB 144 23
285,093 285,093 0000000000000000f81461cdb90ed475a648590b0611174cdb8c1a3ee8fdfd10 0.13 MB 237 29
285,092 285,092 0000000000000001a2518bf87cf8399feae586a15787abf1a44d49998c3b2f26 0.22 MB 358 32
285,091 285,091 00000000000000015addfdab3e7a9f6a3c9270e16fe8181ca78c2c6f81d273d9 0.23 MB 347 24
285,090 285,090 00000000000000001ced5091056c6292203937583497e8e324be962cf6baa2c5 0.09 MB 81 32
285,089 285,089 00000000000000007bd683058bdc36bc83492d0822c1239c1a1a6e305a06699a 0.34 MB 552 59
285,088 285,088 00000000000000017f79338331b360d00574b53473c87c21ba03f433df5e19f1 0.25 MB 424 30
285,087 285,087 000000000000000011b9f7b6225bf71271422aa58bb95c37ca03658ceb3830c0 0.25 MB 317 22
285,086 285,086 000000000000000171a21872900c34b5695c6cb15d49aca4429061501cef6800 0.90 MB 1,832 33
285,085 285,085 000000000000000000cad047b6330305c02e3ca0fa78864959ee7f9314c3fd58 0.05 MB 123 187
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, 114 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.