Memory Pool Memory Pool Refreshing

5,277 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,225 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,383 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,224 (907,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232 232 0000000098e453043107b29a58db813021640b3def7c1e659742ddf56420d6ca 0.00 MB 1 0
231 231 00000000b6ee1bc8ef48268ca7fbd243cf2d4c4792620ebfc5933cf08c487bdb 0.00 MB 1 0
230 230 00000000a7494fded2b0cc826dd1c58f1c383714f2de0449a3a3643ead5452c2 0.00 MB 1 0
229 229 00000000dc854870a02ac502cdd732644eea099008b518985da6d76015db2bdf 0.00 MB 1 0
228 228 0000000057fe26eebfbe0d0b7bfca14afee147973eef16350c8e6b9fde49343a 0.00 MB 1 0
227 227 00000000fa8b0d2c835156455cee090212192ab289d5233aaf4c39ada1741f63 0.00 MB 1 0
226 226 000000005153e11361b28644ee63887e11f0b4b5a14d8e3da826d215dc1ce364 0.00 MB 1 0
225 225 00000000c665269a9d5cf61af5fd43e73840d933179c55a6d681957d3d214f28 0.00 MB 1 0
224 224 000000003c29d5cb24584ddb079dd51cf9ecd02a96de0aecf05f8c2bcfa709f2 0.00 MB 1 0
223 223 00000000b9938ade2272609da8a83179d919aa80774c5f2577168dfb1eb51a8f 0.00 MB 1 0
222 222 000000004da68466ee873c7095c766baf62df93a16df579350e01e7f78911616 0.00 MB 1 0
221 221 0000000066356691a4353dd8bdc2c60da20d68ad34fff93d8839a133b2a6d42a 0.00 MB 2 0
220 220 00000000b66ac539d2cdfebdd4720cb08603b48edec56cc07273c40b082b1d58 0.00 MB 1 0
219 219 00000000d2c813c67875fb331f4b4c1cf3cd7e96a53e6dd1f3808d8502535a84 0.00 MB 1 0
218 218 000000002f7550e9eb1985a17e3bba31c302f1743d1cf45060445255021d0c6b 0.00 MB 1 0
217 217 00000000727d3ef6e04b7ebbf19a4d294a58be8f9cf91c4204eb36bfb5f35964 0.00 MB 1 0
216 216 00000000faa2c21da83bb2a3151964f03e381cba49db5a0edf83dc834de8c90c 0.00 MB 1 0
215 215 000000008be0adfe9b6bd5925ead94276b68a15467c4547e0ba532f5994ca574 0.00 MB 1 0
214 214 00000000ce6a645a076668ffee89c52a85834cb8b30dff55c76418230601d42a 0.00 MB 1 0
213 213 00000000fd69a5ef7d33e19d8eeab6e88f9345fdf3faddb650a988deb876e827 0.00 MB 1 0
212 212 000000008664fb07a9bcdc7298e0c70ed577f2915d6eb06a934921cb7fbb2aec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,685.63 GB sent, 97.71 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.