Memory Pool Memory Pool Refreshing

5,872 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (783,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,400 124,400 000000000000572481367b1ba1f5a871838183c510c2419590a4e1ff877f3e75 0.00 MB 10 0
124,399 124,399 00000000000057d6bbe6af09992108cb9a25731063f31d7461a70d1e13162f75 0.01 MB 45 1,065
124,398 124,398 00000000000003301e27f2bb5f56535b9ca2398e4c23528a3816ddbde4aedfed 0.00 MB 10 828
124,397 124,397 0000000000005be82e53bdbc4ecc776d3a3bda489573b5f2a1cc17d4062d4b51 0.01 MB 7 199
124,396 124,396 00000000000048fbfa87075dd94ea4fbec6c5bfee9b83703f7a9b3a575c0c64f 0.00 MB 1 0
124,395 124,395 0000000000000af6c4d6847079e5ad3525eb65f4c861dc284e1f18781ab3036f 0.01 MB 21 1,356
124,394 124,394 0000000000004bcfbcdc84efb0d50fdeb70a7f10a202f880ea39c830bc825407 0.01 MB 20 819
124,393 124,393 00000000000060546b4f6509bff99aed29b97c35c7a105891b96868f2f918bf2 0.00 MB 3 1,786
124,392 124,392 0000000000002f063fce0750c17fdfaeb7a9a0794e475cab3fbdeff21c425834 0.02 MB 20 1,039
124,391 124,391 0000000000000e92d580daf0b556f9443aa48f42e3faaca6dd7057bdc97ccb4d 0.02 MB 68 2,237
124,390 124,390 00000000000068b35870f9ae781b5f791ba2f1eb280b36147686ee2e47f4c860 0.00 MB 8 326
124,389 124,389 0000000000004db4ab56a03905f97b2ee0d04ddbd612a8a59ce4827447730dae 0.02 MB 33 480
124,388 124,388 000000000000092d4805d0ad1557e01c66d45f082c7f49937a94d92d552d1fb0 0.01 MB 6 512
124,387 124,387 00000000000013ff2a5ba9f59542e1cff350f82efb8b44bfe90d6be74141edf0 0.00 MB 16 0
124,386 124,386 000000000000445663ad58cf22ee65a353c6b47b792f0bb7400108e9321af610 0.00 MB 13 311
124,385 124,385 0000000000005216c0021190cd15e388f064987ed4ee3b9562ab91271d8034e9 0.00 MB 9 349
124,384 124,384 00000000000065ba834ad66dc5e78040db85b74041a9d3cda9eb2d06f5ffb399 0.01 MB 18 727
124,383 124,383 00000000000053a4bc6990ea1f0fc7c954f89cdf30f834e1e630c80d3aed804b 0.00 MB 9 333
124,382 124,382 00000000000039f7d78aaebdb6ebf1570484b815c2cf32138c1304b3648077d9 0.01 MB 20 624
124,381 124,381 0000000000003002fdccdce5624a6d4f8f6d6c47027ac34406342b1ce6f8e172 0.00 MB 11 15,887
124,380 124,380 000000000000189c5a26c86186d062ec6ccf0f9f264ab97aa7d2a38e3b1c916e 0.01 MB 25 721
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,632.87 GB sent, 93.74 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.