Memory Pool Memory Pool Refreshing

7,127 transactions
2.07 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,187 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (593,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,406 314,406 000000000000000032aea4a533ef0e69ec2242dc45bc033548d89eba726c10a9 0.71 MB 1,150 26
314,405 314,405 00000000000000001d0a497098de4cef70cf3f92505fd5e9af221d6227bdef70 0.26 MB 472 25
314,404 314,404 0000000000000000027027c65b3debfe6b40b8d1011caadaa2efbd2a471e612b 0.16 MB 150 17
314,403 314,403 00000000000000001fd4b03dc28b9a23d2f09f116af586e3e0b301ccdf34babf 0.92 MB 1,723 28
314,402 314,402 00000000000000001a20aa73c4bd0734f6c02fffdffa869c4c98f06b3d29454b 0.07 MB 54 6
314,401 314,401 00000000000000000829a7d896988d2d3d15f7fbf7770987d5347d5a204786ed 0.19 MB 390 32
314,400 314,400 000000000000000020593493b2f6c073f91a6e09733f305cd475a97cafe33fca 0.25 MB 404 29
314,399 314,399 0000000000000000219516bead3bf2915599f7737db2c45dc68d3eb0ac194bc9 0.13 MB 221 19
314,398 314,398 0000000000000000056d90d5d277372ac7346526c14d32f506433709253bcb90 0.53 MB 709 24
314,397 314,397 00000000000000000c805266cdd876f68f7e74ec20cb9974b57012facc0520a6 0.42 MB 789 28
314,396 314,396 000000000000000031479811f79e8f5778c4d48a8435d33777e313dd50ee1e44 0.25 MB 541 29
314,395 314,395 000000000000000037ec0973411e46169ae61787ffe4c4dd4fe27906cef3fe4f 0.46 MB 719 24
314,394 314,394 000000000000000000a84d2ee16e10539aad91174cd104cb84803fe365563e2a 0.36 MB 598 25
314,393 314,393 000000000000000022aab10955ad55967e650990905cc2b73c58fb54e05da25c 0.66 MB 549 16
314,392 314,392 00000000000000000dc8db6f89b2eeaeb3d0cdf3d5aae50c125e082bfa97ff7c 0.75 MB 2,114 41
314,391 314,391 000000000000000025938ab6acd25ee2b85d2004d84ee3098fbc66510c91cd86 0.51 MB 773 23
314,390 314,390 0000000000000000358afeb1e12a8ef2c05d28539844246cdd0b7628e71fb5bb 0.57 MB 962 25
314,389 314,389 0000000000000000293988b6826b3f021ffc41be4e2e97e5b79ae27291298ff4 0.09 MB 256 30
314,388 314,388 000000000000000026e1eadbfe3a92d89d51be71ff4155dc9f7c4008971e34da 0.09 MB 72 9
314,387 314,387 000000000000000020628fa4171eb85de371d5b7785238d46a94bf3f203a7608 0.15 MB 227 19
314,386 314,386 000000000000000019657d46dd3c7b70ea02ca236ab0f7cd333cfd8c86c49383 0.26 MB 170 11
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.