Memory Pool Memory Pool Refreshing

10,278 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
908,114 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,776 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,113 (805,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,389 102,389 00000000000390e8f0fc699a1f0d54458146c6d101509edc0d1cb96f3baae599 0.00 MB 3 0
102,388 102,388 00000000000136881669600e7bcfd5f545538060efcf5be74e97732c2b2a2b83 0.00 MB 9 0
102,387 102,387 000000000003bebfdad681e435a5695c4d5a43b0b0eaeaa2eb5ff8898e35ea64 0.00 MB 1 0
102,386 102,386 0000000000030f2d949c17f430f81e1370ccb7e905ac38ad9938262bce618ce9 0.00 MB 10 0
102,385 102,385 0000000000000c903826da8736a2040ad6988f22029f2f8879c9b8c15a4c4543 0.00 MB 15 0
102,384 102,384 000000000001e9d27be6aa2dd532728dd17c53077d52a023c283da81f205acef 0.00 MB 1 0
102,383 102,383 000000000000e46a8cf672a18275358876484351cd00e437f0d0e047ea8737f8 0.00 MB 1 0
102,382 102,382 000000000002fbeda17d207cd05e511ef1d9c30e3e545d33688d96f005aa0f8b 0.00 MB 1 0
102,381 102,381 00000000000284de6f82e7b7721f04914654e5380b1a17ba6c8d5949b84fd040 0.00 MB 2 0
102,380 102,380 000000000002e96ec4883aa0b3aa54798375e581ece7ddf3d9f29a36922f6ae0 0.00 MB 1 0
102,379 102,379 00000000000272989ae95dac02c9cf00850b28f97ef77682abd20856fe6df964 0.00 MB 4 0
102,378 102,378 0000000000024c2dd8b659249782b95201e9812611281cd3f49991badb2e1e30 0.00 MB 11 0
102,377 102,377 00000000000312b6efb83c79a4f20df38dc8ff94cb6f4b1ff964a0191fb52a23 0.00 MB 12 0
102,376 102,376 000000000000189f08c08b749e9c55cde178601970985ec0494287672a1e7560 0.00 MB 11 0
102,375 102,375 00000000000056ab7454764328e912b2fac6434a1e23d3c0d90f0582df36a760 0.00 MB 17 0
102,374 102,374 000000000003488add05d04c4d07cae71725105c15934f9d52d4d8afdcf91ed4 0.00 MB 1 0
102,373 102,373 000000000003c4bcc1946b9af21ccf79809f0c9bc64b39a0ad8bae326a25dfdf 0.00 MB 2 0
102,372 102,372 00000000000143ec798322e30f3834b5f1a2900fb48a35154a1ccf60ef18745c 0.00 MB 1 0
102,371 102,371 0000000000011ab43d87bf2c157b44adc01b6d48487e52e25b8b3bdc47ea4d71 0.00 MB 1 0
102,370 102,370 00000000000050b676d03a59311ac42d818cac5704748299e31554956cd116fc 0.00 MB 1 0
102,369 102,369 00000000000270a4b8d5759e5350e093ec89a03c2191591ece494dd1287cec72 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.76 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,679.69 GB sent, 96.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.