Memory Pool Memory Pool Refreshing

1,677 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,653 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (739,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,303 168,303 000000000000010513e56e71e64761f899ee5c6b7020e9904f4be77da4104524 0.01 MB 26 34
168,302 168,302 0000000000000255b7d6b4efb56ac93d440433a866b4687e4f4dcce23789bfc0 0.02 MB 28 143
168,301 168,301 00000000000009169dc33a0ff478443925424fd10cc55c71dfe89831f39593f0 0.01 MB 22 112
168,300 168,300 00000000000009de7dbc06c49f4c42b8eb90639bf680519ed045020b346fe079 0.03 MB 53 247
168,299 168,299 00000000000004a37792a85ce821485ef211307f5b35842946746dfe3770b9b7 0.02 MB 89 2
168,298 168,298 0000000000000993d8e59de33f35468a52faed3dff19f5f657018cd4c2dd2c3d 0.01 MB 27 2,992
168,297 168,297 00000000000004047c0c1a856cb0c83797996752409c4e843ffd4dba4a1778b7 0.05 MB 46 416
168,296 168,296 00000000000007c7b293d96f7ff4febc222abfa2f8e1c91b84a5aad4e8d02542 0.03 MB 65 109
168,295 168,295 00000000000005cce949892ef2da619f979af385e3f8245995360ead466bda3f 0.07 MB 55 378
168,294 168,294 000000000000026a2236c99a55ce94170b416a7641b60b1f92636b95fb7b0da6 0.01 MB 31 4
168,293 168,293 00000000000003925d1dadf1138005c656b12fd83575eb21e5e2018268fbe3e0 0.03 MB 44 41
168,292 168,292 000000000000089c9ee9bdf606907c1ae4525922c25a5f8132cbd38fb2307e00 0.00 MB 5 51
168,291 168,291 00000000000004495082f6eba392292c72f5a022aff3ebe8cf9fed9ad3dee0c1 0.01 MB 8 38
168,290 168,290 000000000000062b27bf4bb0eab1c7301150f1e8644a361bc430b3d13e0b7326 0.02 MB 40 28
168,289 168,289 0000000000000b778105fb43d28279a0fd22dc0b94e81f9cbc6a7d18191b1944 0.04 MB 73 454
168,288 168,288 00000000000002060fb8379be361f75ea9805217e87e7a40307f6e7eddf0e98a 0.01 MB 51 0
168,287 168,287 0000000000000964caca6018c6d35134c8a1bcad6ec8309679d0b2594d04737a 0.03 MB 57 60
168,286 168,286 0000000000000a2a967624d0a32ca325d15a4aa022c33ec3964b7cf4267211a4 0.00 MB 8 90
168,285 168,285 000000000000057aa5f4ca727810de6b6bc65fdbd0f73cfdd34c88b99a36378d 0.02 MB 68 10
168,284 168,284 00000000000004a341e1bb09907d85b8be4fedd9fe1104e84293fd106dacb109 0.03 MB 56 15
168,283 168,283 000000000000066c06284c9c35c5334444f2cb7bf9c2d265eebdffc03b79077a 0.06 MB 59 347
Previous 10 blocks ↓
Total Size: 769.23 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,634.80 GB sent, 94.08 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.