Memory Pool Memory Pool Refreshing

6,034 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (523,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
384,281 384,281 000000000000000009a945a8fbbca25a1de15457346cc1c8783b374fc18dbbe3 0.29 MB 649 34
384,280 384,280 00000000000000000714ecbe1a8d1b96f38f87ca41065cafc4e0220e64005053 0.00 MB 1 0
384,279 384,279 000000000000000008ff4ba674517a2664c8fc59ca7f7373bff0acccd9ccda4c 0.39 MB 888 35
384,278 384,278 0000000000000000061512e15c2e682cf95569a7a332d1b525e58f8a9b9e27a7 0.25 MB 283 15
384,277 384,277 00000000000000000664b131cf49fd4f4a8cdb6b18a47cdd982c1afd62342735 0.64 MB 948 25
384,276 384,276 00000000000000000d651d99caf5d6e79c9ba1e92378c6888ac4aae685ffb098 0.17 MB 273 22
384,275 384,275 0000000000000000103067b3112955c91b102f49bce160d08dd5c0b320721eb5 0.42 MB 862 28
384,274 384,274 00000000000000000cb746892caa083f003e8079a930dbde8c831a76e80e163f 0.28 MB 604 31
384,273 384,273 0000000000000000042516a404e8970c2ce28b115c685c352cdd449d413d637e 0.20 MB 348 28
384,272 384,272 00000000000000000641275ddfe0aec4d6a904a4e611098d053ccbc319a4d65e 0.25 MB 379 29
384,271 384,271 000000000000000002d0a7439bed3975a74b6beedda2fa93ae7442a2422ea9e1 0.44 MB 499 17
384,270 384,270 00000000000000000175e9acc61bf1327d53ca5abec620ecbd300f414b2e75b2 1.00 MB 2,298 36
384,269 384,269 00000000000000000c5f67748ec50fb445e85e96b1c7420ae56576d4374e3b00 0.00 MB 1 0
384,268 384,268 0000000000000000047a9ffce1adb5abb75dd5ed675e4cdff4da7d7e195f7e3b 0.39 MB 801 31
384,267 384,267 00000000000000000ce7206d95bdd9737996fc12975a03eb8cbb68d47337c805 0.00 MB 1 0
384,266 384,266 00000000000000000ce65df03a4d36fe3574cf0618709ddbe76e456cfc48b26a 0.78 MB 488 11
384,265 384,265 00000000000000000289b5fd184a81e33f443d747224caf9e2314c4ab4f7d57c 0.73 MB 875 26
384,264 384,264 000000000000000002ec5dd33320e717f900b51389b14948a445dd2c40aac2b7 0.93 MB 1,565 23
384,263 384,263 00000000000000000531f23d4b31e44081deac5cd4195a94f7dd20d4403b6630 1.00 MB 2,961 42
384,262 384,262 00000000000000000e92f3b3d68073b1b45e5556f6ccb3e49e0fcc898365d364 0.00 MB 1 0
384,261 384,261 00000000000000000349769efeaf05aa674e634b8608d240457ab9406c4cf45d 0.95 MB 183 4
Previous 10 blocks ↓
Total Size: 769.17 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: 1,632.87 GB sent, 93.74 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.