Memory Pool Memory Pool Refreshing

1,839 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,813 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (838,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,488 70,488 0000000001536e804f17cf08b9f73378c3297ec81352964ae5730fd044109b09 0.00 MB 1 0
70,487 70,487 00000000004b140cf0a58f67a3f0f761dad617d8a8fc42d75cf480a342081d34 0.00 MB 7 0
70,486 70,486 00000000006d806c20a55c59fe663d8b4e18a6739e9c115cf4f59c5a3c18738a 0.00 MB 1 0
70,485 70,485 000000000118c784c288f25d6162478d4fad06fc8dfa3a09ef47578fe05355a6 0.00 MB 1 0
70,484 70,484 00000000008438bc63c26c0c33427cafeedd88552579e42654870ab1e76a75b2 0.00 MB 1 0
70,483 70,483 00000000004fdf94478886ea4c25a1bece66b3031fb8eff6a179a0406af98b5b 0.00 MB 1 0
70,482 70,482 0000000000b41faa76b5e21cdec5d174297b20d197b5d1acffb715808d4b81f7 0.00 MB 1 0
70,481 70,481 000000000162ec3f276534d86895a6c47e39e2deb0968daab4356872df124158 0.00 MB 3 0
70,480 70,480 0000000000f4f98a3de33a817cdf00498468276f3a44bc7f3baceae4c130d464 0.00 MB 1 0
70,479 70,479 000000000017fe0c1423b0cb7b6ce3cf312a6a712ee70058cb28719fffb7574a 0.00 MB 1 0
70,478 70,478 000000000137b0c831e7872f7ed3b13b9e2fabbb4a99a6054ca6787157c0c60b 0.00 MB 2 0
70,477 70,477 0000000000fa35713b3022183b2657c0953c22d08aa417c7ac0d20a7fd35d826 0.00 MB 2 0
70,476 70,476 000000000103bd58b74862785a0dc121d09f79ea83f991cbbd73ed15aa80aeed 0.00 MB 1 0
70,475 70,475 0000000000c079881ea6aaa29df91f753f66480dc81516ee38bc83a68258c630 0.00 MB 1 0
70,474 70,474 00000000011c7846be9748d694a3961403a04fe2a61f76fc1fe6d8990b2a6ef7 0.00 MB 1 0
70,473 70,473 00000000002a26256193d4bf5a17af18fdea25604094bf22657ce94099bf8955 0.00 MB 3 0
70,472 70,472 000000000060f275c669f12bc0f13dfe25975ba6d556020a0fef0ac477d15db7 0.00 MB 3 0
70,471 70,471 000000000120b1cab8ff22a80682fcf306f3d726e7ac26319f19f4a2b95fef88 0.00 MB 6 0
70,470 70,470 00000000000539fafdf43dd993affd4769fa037720b9ce9331b324a07583a3fd 0.01 MB 7 282
70,469 70,469 000000000159459808790ef553d6bb0ab7848466044c7161f42817cfa3af4ca9 0.00 MB 3 0
70,468 70,468 000000000071209a06731408eece74d0a13461f94a2a2b292533135f6da82f08 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.61 GB sent, 100.68 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.