Memory Pool Memory Pool Refreshing

13,686 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (702,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,913 204,913 000000000000051a0749e849406934e71f921c583b8813b4cc7e646dc9b42e2e 0.13 MB 253 111
204,912 204,912 000000000000033d0f145270a970153c0e63d04ea785c349c260416f82cfc0d4 0.05 MB 125 122
204,911 204,911 00000000000002848207bdd4230b048fd6921e3aaebab2d0b0020a4f4313c2ed 0.02 MB 54 81
204,910 204,910 00000000000001b1c8b69d05dbbf0b216b4a9882a53308c8412b896b5cbf3051 0.04 MB 66 37
204,909 204,909 000000000000044ff5028f169de28149582ed2c71f51ee33887ea210269b0e4e 0.06 MB 147 96
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
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.