Memory Pool Memory Pool Refreshing

4,190 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (796,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,473 111,473 0000000000005befcf3b5faa5e8630b533b85042bb247eb71adb2b315a1ea800 0.00 MB 10 3
111,472 111,472 000000000000b0933f79bc1ec65ade54313d499e5f577d938e64c757864229dc 0.00 MB 11 343
111,471 111,471 0000000000008c4bd9deca1b9211249bd064b37a3988512e0229d5e34e662baf 0.00 MB 12 355
111,470 111,470 00000000000087975f7b53f142375a954abcb543aece5b7efd16235bc3839c2f 0.00 MB 5 665
111,469 111,469 0000000000006a09dd18a4d85367b1347cf6015d3d3bbddc7cb3a85ba1e28ea8 0.00 MB 14 907
111,468 111,468 000000000000faf5d988f7bc42101ab2752795bb381168cb3b2445c1f0f36c2d 0.00 MB 11 347
111,467 111,467 0000000000000c5ae41b1254fc8846f9caac94ce96f3d027e7f13ad0f5571147 0.00 MB 11 350
111,466 111,466 0000000000002a3ef232af86614ac1b77924ea759dc1e55ea440ffe09c049468 0.00 MB 17 231
111,465 111,465 0000000000007cf8668e55119a047d3aaff795075dce284e6a7e60e65978095e 0.00 MB 12 21
111,464 111,464 0000000000009bc0ca83fd69b15eca1f14cad9cb072253f7bccb69b95b3e5147 0.00 MB 12 356
111,463 111,463 000000000000cbcbd00084f728cfd4bedad2e5208e18454dc28554c19923c002 0.00 MB 12 3
111,462 111,462 000000000000b3e4513772d910c7024277fca792e45ed75b8783c95d4f8a7c57 0.00 MB 13 3
111,461 111,461 00000000000019ef55b83beae087e690dc2ded11a4eee155205150c7276162de 0.00 MB 12 360
111,460 111,460 000000000000ebf1c2fc259d58ddfb53356b7fa8a97a9385888a56cf1bd1ebe2 0.00 MB 12 360
111,459 111,459 000000000000ba81e851d59149495c289aa89942a5b6939b3ddde790e2dfc4ec 0.00 MB 8 3
111,458 111,458 0000000000005a620233f6e0d25ec4f28308be46ee65f860fead61ae7f8b486d 0.00 MB 13 344
111,457 111,457 000000000000f53ec8202f037b5cb0888ebe0105d93fb8435a038f7272d19826 0.00 MB 10 353
111,456 111,456 0000000000012c1b690f91098e020b792515b68e261500ff83d17344ee66a673 0.00 MB 17 240
111,455 111,455 000000000000351b7b2ddb6a9a047a131154d890ece411fd19e14676dc21ad92 0.00 MB 11 347
111,454 111,454 000000000000b2a014c9494b0f9218d7578a86da6e1047ce47dbbdff5f063f9d 0.00 MB 10 675
111,453 111,453 00000000000114867f50b85dc7e6faf2f3187427d1590c08209a8a31f0e3a790 0.00 MB 11 315
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.