Memory Pool Memory Pool Refreshing

4,277 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,643 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (727,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,595 180,595 00000000000005161f9d02237310b8f8a3317c4eccf2f60f7e9a898430e5d9b9 0.11 MB 240 162
180,594 180,594 0000000000000644a8e512372af8adf0442121aadb0bfa5819275f6116964c4d 0.05 MB 122 90
180,593 180,593 00000000000001f803e41aabd2adb9f1ec42792fa0dab1be368f9922322a3e64 0.09 MB 219 126
180,592 180,592 00000000000004af101e1aeaf88b70c0e6ea66fadc134de20eff6f9d6b09e019 0.05 MB 125 99
180,591 180,591 000000000000065f85ae45b76889b4a19d5f6bd3e5377ff63d0cd6f33628d505 0.05 MB 128 145
180,590 180,590 000000000000079bb36b127057a728417be60e067db95e64c0271d2faf8e3402 0.08 MB 151 148
180,589 180,589 00000000000005e4fcfb99ffaa0c33731f04c65e3654ad32dd99a612173c5e74 0.01 MB 45 7
180,588 180,588 000000000000050302a57acdcdae4d985b9327c462ee059be8d971ddc8023a5e 0.00 MB 10 76
180,587 180,587 00000000000000149d3094d01566dfdb47ebd8a85820c1e401aab7236d75faca 0.03 MB 75 107
180,586 180,586 000000000000086d556bbac95d3e8a02fa6a687867a474a2a5029e6446dd6fbe 0.00 MB 13 0
180,585 180,585 000000000000029ce099a769e59a591f7001ebaf34f198b06b194e558d53a424 0.03 MB 64 45
180,584 180,584 0000000000000731917efea34919300fd99e4178091e8a29fd3425aa789014ab 0.11 MB 200 167
180,583 180,583 000000000000025a4712738da82a84b088e42f381e9d9f831b6ce8d637f8c290 0.04 MB 107 142
180,582 180,582 00000000000004b429217c31d0ec0ad98c63350f27b6e2bc1e34140da5196aab 0.10 MB 255 194
180,581 180,581 00000000000001a05f8a11c492ec430e3659df5d3cec5f0158fd3d0f298a222e 0.05 MB 128 103
180,580 180,580 000000000000058a0e6cf00025a49e9a528c60bb737f8f606df69fefa2f6416b 0.01 MB 45 222
180,579 180,579 00000000000001f89341efcfd428f4712c9fd120be6be24aecd6c5ea0bd546a1 0.06 MB 128 119
180,578 180,578 00000000000000948968b5b957bc1cef8c93b9b138b1f0ef01a6122bd2f21c3d 0.06 MB 128 146
180,577 180,577 000000000000088a9d93bbcea7d82f8f04f2d27f7a7ae2c0f1467e9084580987 0.01 MB 36 293
180,576 180,576 0000000000000936153c826a8f9f87bd6226426e52c0c58516dc66c55db4d3ee 0.01 MB 19 401
180,575 180,575 000000000000094d486b50db33afb1d0a436352dd2f4a1057d107ce54a5a07c2 0.04 MB 109 211
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.69 GB sent, 93.45 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.