Memory Pool Memory Pool Refreshing

7,505 transactions
2.00 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
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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,304 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (756,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,375 151,375 0000000000000978cc5cc116c2dde4e26b0fb0680f709056f9d53db0ff48e6c3 0.02 MB 60 165
151,374 151,374 00000000000005ba57d2614130722fd98fc99fe204bda7267124909d686af975 0.01 MB 26 59
151,373 151,373 00000000000003bf432510c6d9d9ee398c63e06248295b872a9640396220c883 0.01 MB 16 224
151,372 151,372 000000000000039c3005c78081259da85c82c2fa21350ebf9435fd72987e63e1 0.04 MB 103 32
151,371 151,371 0000000000000b7b5b31bc876a2efe9966a15d9b0b658edd8e8d164a0d5eb573 0.02 MB 59 51
151,370 151,370 0000000000000290052f1c56d636bad65098729aca620ff35bd6396805f700bb 0.00 MB 8 465
151,369 151,369 00000000000002a4445846690c980408236d235ed91132a645f6200ad8f70f13 0.02 MB 73 66
151,368 151,368 0000000000000d071e3e983ab115481d725bf96d7d128c1cf92411d4094c4bcb 0.00 MB 6 68
151,367 151,367 00000000000008e5dd200319a3479d1f6cbf929cd2497f1943db2f79c031524b 0.03 MB 119 28
151,366 151,366 00000000000002a938cfd66c019290a27baffb981ad4ac8f9f07131dc9b7d291 0.00 MB 11 15
151,365 151,365 00000000000003537bb44568d88fc81278caee53567666196c518fa654104ebc 0.03 MB 80 228
151,364 151,364 0000000000000dbecd46f52fd134e80d67c7e064ec96b2bfae2fae30acb8f97a 0.01 MB 15 229
151,363 151,363 0000000000000220373f15386f456280064b20694d33c41c90c9dae0c2c86502 0.03 MB 80 105
151,362 151,362 00000000000008704bf851a2d9e4fb5639cff85408300ed8d60005d989c0f924 0.00 MB 8 16
151,361 151,361 0000000000000517112440b97c156d63acf1e53982e19c77e6edc5085ef6e2de 0.00 MB 14 316
151,360 151,360 00000000000008c6791f8c9c47e0ad61b9a5593b0ba2b6b2975f2d2803f591ca 0.01 MB 12 139
151,359 151,359 00000000000002ed5c875438a885e40164b8c665d5896555878e5a80c4394f4d 0.02 MB 48 221
151,358 151,358 0000000000000ce20ead7770264eb4ea9d1e25518445d3a710356333bdf6e43a 0.03 MB 68 105
151,357 151,357 000000000000069a3659c7a017d2f99e96700b25730d3ff80a6dddd0c1cbf9c4 0.00 MB 8 880
151,356 151,356 0000000000000d6c8bb447b4b9c4245d015b7e219c835a6cbc6fd37419266aa3 0.01 MB 19 414
151,355 151,355 00000000000008414fe38fe3998d8d3f9a5bba5b7b84e5b1c85cd38386ef89c7 0.00 MB 11 451
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.84 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.