Memory Pool Memory Pool Refreshing

2,720 transactions
2.28 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
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,754 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (702,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,908 204,908 000000000000016afdf1a0a9a98d5f3b5a73f0e00532f47cc234e6e97f4f6f2f 0.13 MB 322 133
204,907 204,907 00000000000004a9639319bbbd67e2f37876d3894ac89cbc6a1ba5c4b36ebf53 0.18 MB 277 118
204,906 204,906 000000000000049dfa92a13ebe5f250b6139b17f90348618d4022a798eab97e9 0.42 MB 286 95
204,905 204,905 00000000000004ca8fdef7e7144e11bd8da6945dbedb4c8f0bc0f72b73ad77f6 0.05 MB 114 211
204,904 204,904 000000000000019399c2db9ce62d10a32706fab5867c93c4e0568aaa889097d7 0.24 MB 375 525
204,903 204,903 00000000000004d3dcb971397205990db93d5d3b975f1e5c206a51965460d7f6 0.05 MB 121 115
204,902 204,902 0000000000000046815e04cac8223a185461111628f427a0ce8a97287e217c51 0.02 MB 32 215
204,901 204,901 000000000000018e22541f38f5a98ed0840936fc3ac05aa75b7c20a830e43661 0.18 MB 489 294
204,900 204,900 00000000000004a37a788dc79240d33f3a1973a5f2042758adf7762a57e1d374 0.04 MB 127 91
204,899 204,899 0000000000000394f1cb3f1c4b936f25eede8bcdfb0cbe3ac610a9808376761c 0.06 MB 146 79
204,898 204,898 000000000000044197fd5fa7929f1223b40ea7698d0d45094b1e523ed04609a8 0.06 MB 144 81
204,897 204,897 00000000000004e368f0742589c28709d5e4d9e67bc3b1d3cab08b949b4be065 0.14 MB 285 164
204,896 204,896 00000000000001a06f6ea13f9250d9f5351fc3843ae6f740585051430cdb427b 0.18 MB 261 98
204,895 204,895 00000000000003925555b55915b3d4755012b7cd722ad019704f04eb6c8ea56c 0.08 MB 128 104
204,894 204,894 000000000000005d73d3b368f5b243eb51f33dbe278e7157883c422fee32645f 0.03 MB 92 110
204,893 204,893 00000000000000128eb44daf4b9633d17d459fef2145588817f4eb84057f0049 0.17 MB 388 112
204,892 204,892 000000000000056e4b787f15fc3da831b7000d2f3ba727e1b8aec0cee9455030 0.05 MB 146 17
204,891 204,891 00000000000003e7ca66821767815b41f3d2b39bc8f76969a263d6983250dbe3 0.09 MB 208 113
204,890 204,890 000000000000032bd4de77286d135538cc50832a6ad6178aebf8cfb3cced15d7 0.10 MB 248 173
204,889 204,889 00000000000001c6cd979d5e30deb3128a83ca257f29b2f2032bfd2ae4f849a2 0.01 MB 32 166
204,888 204,888 00000000000000c025ff85cbb912d347121c5cc10783add8bc5cedee5229c2a7 0.02 MB 32 90
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.