Memory Pool Memory Pool Refreshing

4,111 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (578,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,283 329,283 00000000000000000435778a90dc970d55794de82a9de0f46fba2578b7b31a93 0.23 MB 361 23
329,282 329,282 00000000000000001a0401a3bc0de43e021a27aa74ed44583030f49825dd106a 0.10 MB 199 24
329,281 329,281 00000000000000001426d01be05a64cf1027e7729e554fb802b14b3892cb4abb 0.74 MB 1,267 25
329,280 329,280 000000000000000016a094d77ca0f9f3957bc487e383bbbb7b90c59766b3acb7 0.20 MB 301 21
329,279 329,279 0000000000000000003150843d57ff5eba2447a4b06adc8ea8e8664ac9db7e35 0.47 MB 366 13
329,278 329,278 0000000000000000177da144639b8bba592d4d5e0b6644b760955e678753affe 0.07 MB 55 15
329,277 329,277 0000000000000000029b38404a7de0ed23b95a806e048ea150741b7d004578b9 1.00 MB 2,017 33
329,276 329,276 000000000000000005a4f3777f372b491762805461f2adfb615c3be26506838a 0.05 MB 77 5
329,275 329,275 00000000000000000eea6a337776654fd11f3f6d474172a32fd584f7912d936d 0.46 MB 678 24
329,274 329,274 0000000000000000184631fc4cc144f3860b521dc6b1128a96aeaa8689bdd31a 0.28 MB 436 30
329,273 329,273 0000000000000000007cfad9930bc4ebffe3465b5782cdcc0f5fa7e223e0d6cb 0.15 MB 290 24
329,272 329,272 000000000000000017f7e242c6e7f459820169ed3223e640bb7f858981a6a998 0.34 MB 428 19
329,271 329,271 00000000000000001771ea174d4f947ebde51ee28dc292dd0b375ea4b472e8ab 0.75 MB 1,045 21
329,270 329,270 00000000000000000553832612054075f0ed8a7b0d00d94f9d136707bfb82b68 0.35 MB 964 43
329,269 329,269 0000000000000000035c5bb55cb07a907dfe417d617680055dcc70a1048d4409 0.10 MB 130 13
329,268 329,268 000000000000000009132182d2adbd6e2196daa8319eb3147291608eb60b55ca 0.80 MB 1,191 32
329,267 329,267 00000000000000000a663ce4d5efa3f4c89b18060c1c5c4ba39b07301cb963f3 0.24 MB 184 18
329,266 329,266 0000000000000000041f4216eeb432d68200727b352d27cde47640b92dea75b2 0.91 MB 497 329
329,265 329,265 00000000000000000204e4e760350e4de04153b4c9d784ad5f81c14cd6c9adcd 0.13 MB 65 10
329,264 329,264 000000000000000006519bdbba18e380f9702e34341239b458e49823b4c5f23a 0.82 MB 602 15
329,263 329,263 000000000000000011126dece3c5da30905ca21570a274cb893967627751113e 0.93 MB 414 93
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.