Memory Pool Memory Pool Refreshing

2,653 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (389,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,559 518,559 000000000000000000060f97dced4effdefce8f2930e67f7cbdf2053fb9cd24a 0.15 MB 350 39
518,558 518,558 000000000000000000366cb87f5a5e4a387907f88b4a8d3a6dca01bfaf347ec0 0.70 MB 1,432 29
518,557 518,557 0000000000000000000027dca1eb969fa7bfa92a14a23f333076697c570ab5c7 0.85 MB 1,605 24
518,556 518,556 0000000000000000000f9fcf35e56ba5cf78e4b1d489d4d0a5285591e26342b5 0.08 MB 207 60
518,555 518,555 000000000000000000099dfa7f6f075915218f415e8c4e7539d0e5e0b85047fb 0.11 MB 175 16
518,554 518,554 0000000000000000001a83fe7dfea0c3afb74719075e9a2c53f121a9dc59938a 0.06 MB 121 14
518,553 518,553 0000000000000000001478a3d40279667e3c4b289cb492e618c9cb8d9dad336c 0.27 MB 491 26
518,552 518,552 0000000000000000002061809d3b87f299a5877ed23725a57ec2c7dce650a20b 0.33 MB 429 12
518,551 518,551 000000000000000000183959ad19aa93389f120da951e6949549c458d5a6ce1a 0.32 MB 553 38
518,550 518,550 00000000000000000039dabd8ef85b2712c35b695b8ef32985692d0030f902f5 0.60 MB 1,058 30
518,549 518,549 00000000000000000029fffaecdb8e360da5434a2cdb2570fc66f93c6455b093 0.10 MB 127 9
518,548 518,548 0000000000000000000667558dda060951bb5e137acbd9a0ceda592600e32e7e 0.22 MB 203 13
518,547 518,547 0000000000000000001acc1121e65e3a6fe69aab6c6a06b07ba5507d9d9f5d41 0.14 MB 233 30
518,546 518,546 00000000000000000033ca5387f3cdd9e9778fae77de606a7d6400007533138b 0.26 MB 404 32
518,545 518,545 0000000000000000002544be5dfae3954f9de389af46298026308423695ee3cd 0.23 MB 212 4
518,544 518,544 00000000000000000031006b83427e89b61fb375d8e81c1d6c3899b5e5b740ea 0.75 MB 1,751 35
518,543 518,543 0000000000000000001e22d88b500c54177edd1fce4003c05ed7a9018427cd06 0.02 MB 33 16
518,542 518,542 0000000000000000001d1e018ee605a79980e552811b74544afd9fa5630f5359 0.25 MB 518 21
518,541 518,541 00000000000000000029ba91970b2150352d46637ec0be43e0735fc1afe58829 0.29 MB 511 28
518,540 518,540 0000000000000000001485b01eb5bc76148dc1e043569a0409a76c580b0cde12 0.14 MB 325 22
518,539 518,539 0000000000000000000b2218ef76f8a5bda1e57ae1d786b1dd790f2abff6c181 0.11 MB 231 16
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.