Memory Pool Memory Pool Refreshing

305 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,610 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,609 (882,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,273 26,273 00000000e9a45e3da5390f10c755c17861adb1d34f8d7c568517295e028d9656 0.00 MB 1 0
26,272 26,272 00000000778c2a1bd0c67e63d986b4529b489ba8f9366b34d7a4ec02f7f88905 0.00 MB 1 0
26,271 26,271 00000000cea9943799e738d83eaf52f3f8becda3d73e558324a5760d9d1dfa09 0.00 MB 1 0
26,270 26,270 0000000025d3e4010e118a18154432783b46b735e37e44a9076c1f9d0994deda 0.00 MB 1 0
26,269 26,269 0000000092be8b556fc79297ba1132da87c3f6e3b55188b5cfcd091a21bc4a8c 0.00 MB 1 0
26,268 26,268 000000002c958f957a8f41f2bf17cfd3c07a001de0c07c24060c7e21b845d298 0.00 MB 1 0
26,267 26,267 00000000c6c998b588230a29eab2fe2713e4de8a75ddf7cdefcbe593546a5df2 0.00 MB 1 0
26,266 26,266 00000000be83fa9ba631d26c2afdc9750a0bee29a9135cab08330b878e5728d2 0.00 MB 1 0
26,265 26,265 000000005cb6c73e7c4929839d7d3dec7ec51f1cf5259bb6f4267dabb83f0331 0.00 MB 1 0
26,264 26,264 0000000010d9b773c1debb0df1439d7a274b0aab0fb05ba801a494ab4fbad5a0 0.00 MB 1 0
26,263 26,263 000000008beebb0c17874b22512472ed3fe5a2c5bbe753ba50d3ffbb176f1cc4 0.00 MB 1 0
26,262 26,262 0000000031a1ff39dd31fd68ab6513799b1df61dd91cbf68ab54f3808ad7b147 0.00 MB 1 0
26,261 26,261 00000000c6408d3fe64b1d9aa79d44b17aa458ca74e5c6a600a16ee8c1cd4e9a 0.00 MB 1 0
26,260 26,260 00000000b81559fb0db01e533d357bb16ae3d70ba11c0d89625c45b25720f6b9 0.00 MB 1 0
26,259 26,259 000000008166a1ff5031b773a9643f251d71a20b62984f7dff3cd4f2d1fb719e 0.00 MB 1 0
26,258 26,258 00000000fef32ba2238b78945142541d6d587ffe4884609c89c7e859f94e908a 0.00 MB 1 0
26,257 26,257 0000000066d274a8b411861a1afb9196da84d0c94a7481216bc765a62aeb9a8f 0.00 MB 1 0
26,256 26,256 000000009f211928ff76cd2b57d380485102069a5c56f9132710e1f21fc2a225 0.00 MB 1 0
26,255 26,255 00000000f7ceb35f73ec55005f93fd8458d6709e71de0c3761f919dfa1e69129 0.00 MB 1 0
26,254 26,254 00000000f6669851a9b21a716652bfb7fe4c108b759600b10852459cc983e6b1 0.00 MB 1 0
26,253 26,253 00000000180851f6c05d07b8404566d4d644edaca9991e0ad82bfc2dceeb52f4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.74 GB sent, 101.10 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.