Memory Pool Memory Pool Refreshing

7,424 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,314 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (700,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,394 207,394 0000000000000510b30dee7f8496786011ac55e3d06f5fe92da6853e6c290c82 0.01 MB 37 201
207,393 207,393 00000000000001a7a42978f7a6299dfcf5ba766ef203869d0b2e9085f35f1fb5 0.00 MB 1 0
207,392 207,392 0000000000000040562be3dfa1a55e3f210981c01eb0922b21528ec85d3e7367 0.21 MB 588 222
207,391 207,391 00000000000003169638d93e2bf8885e777cf5d2d0f0ce70225cdd5bc272dc00 0.06 MB 99 130
207,390 207,390 00000000000002aaab76f67dc7d3ccb3e46bda7d47a9cf7c558fddb778d17de3 0.05 MB 125 135
207,389 207,389 00000000000004071d4d7cecea8521b5745a7fc4d1833a81f8965d3f613d9b6f 0.07 MB 135 174
207,388 207,388 0000000000000011718967c209823a685b7409e77a904549ab8456e4481604c2 0.00 MB 1 0
207,387 207,387 00000000000003556facff19fb37c48e554fae74956e500ec238306265a66e7b 0.08 MB 214 193
207,386 207,386 000000000000044344fd41573253f17d424fa7d8670568e6bdcb03d6da9354cb 0.25 MB 607 184
207,385 207,385 00000000000000f4a215a584cdcd611e444b26a8f09946b59ac30f1b42809d68 0.05 MB 126 63
207,384 207,384 00000000000000d19fb0af77ec2873f0204a18408b657b43724cb326e72fe1a1 0.25 MB 609 209
207,383 207,383 000000000000042249a2cb40948c80cd4c396fa77725d4f06b398f2a556efc83 0.00 MB 1 0
207,382 207,382 0000000000000250edd712e58305ee314322b74c21da1b4cef53efcb37f3f2b2 0.21 MB 487 215
207,381 207,381 00000000000002ac20d2d59e90b650bc6e897c2e22964842e226455a6a1f5882 0.05 MB 117 120
207,380 207,380 000000000000021ce1c6b6969dd10eabedd1d81fe0ad6fb2353185d5a9a66fb1 0.22 MB 557 281
207,379 207,379 00000000000004b8adecd4ca804f1805e787b0a8f80841ba722fcbf62aa30bee 0.04 MB 118 179
207,378 207,378 00000000000000132f9271d56ca9b01a7fe3e2733c194f7bb4acec2a04d5c68b 0.05 MB 122 99
207,377 207,377 000000000000001dfd85e765f549b3832c153c8ae599fbded9804d40ca404d53 0.01 MB 27 104
207,376 207,376 00000000000002f5bb8a99ff68fb789046bad882f6c0ec684bbe2ee6ae605e53 0.06 MB 154 171
207,375 207,375 000000000000005940ac8a4e658ff193cdfaacdc2cbadd91a954ef42592fc1a6 0.00 MB 7 20
207,374 207,374 000000000000010eefdaf6e1e0a74ada91ff729398eab7707cd92368a1be0ebe 0.02 MB 64 398
Previous 10 blocks ↓
Total Size: 769.00 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,616.84 GB sent, 92.83 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.