Memory Pool Memory Pool Refreshing

120,269 transactions
29.42 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
878,795 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 3,874 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,794 (23,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,556 855,556 00000000000000000001f3f8c0f9c06e299f769b281bd621f703f4870cc3893f 1.63 MB 1,248 4
855,555 855,555 00000000000000000001e64cf1464cb6ef92682b3f77e92faa37a9e63b78e817 1.67 MB 3,047 7
855,554 855,554 000000000000000000023ba34ebd0595c1595a268583030de6173ffdeaf23f01 1.57 MB 1,434 4
855,553 855,553 00000000000000000001f46961a960c3be0e24a62be24f0b91938f4752dcefc2 1.53 MB 3,227 8
855,552 855,552 00000000000000000002f769f910c2c522700b65f9eeba94b5448898508269ec 1.56 MB 3,506 9
855,551 855,551 000000000000000000027e98e787a8f2e00af49c988ae5ddf66421a2b69983fe 1.78 MB 882 5
855,550 855,550 000000000000000000015f2426f00d4703a1217ca09f5b6b49c937ca424078eb 1.59 MB 2,788 6
855,549 855,549 0000000000000000000213fb2cfd7eca2ff49cff5a205e07d392d6de95d48856 1.68 MB 3,208 8
855,548 855,548 000000000000000000025d2380ffb2f3be07c442af25bf4281c4967ec56a4ba2 1.69 MB 2,102 5
855,547 855,547 000000000000000000019575550dca1a61a6d31ed3498e3db1727ce8b1eddfdd 1.32 MB 1,853 7
855,546 855,546 00000000000000000001f7114e5a50a947df028e730abf0bb5c00abf18e2f693 1.67 MB 2,116 6
855,545 855,545 00000000000000000000a06b62c5a8905eefd9d4f753d6b4be21406737915da1 1.68 MB 4,190 3
855,544 855,544 00000000000000000000f8e67af3a0e1f09e5aff28ddd0292056b33b81d9cec6 1.59 MB 6,740 2
855,543 855,543 000000000000000000025f54266fc0560b503148abfa96fc4c515873bf971541 1.73 MB 2,050 5
855,542 855,542 0000000000000000000279f1de387d27b9a084ed42f2d3deb596a2c655db8141 1.61 MB 3,906 4
855,541 855,541 000000000000000000023894ac9d44bba283ba59f4f435359a61d8127556c324 1.65 MB 2,612 5
855,540 855,540 0000000000000000000167096d2c866157472642287e41ca694b6e68ac0b3a8a 1.66 MB 3,229 8
855,539 855,539 000000000000000000024ca0aee848d19220509db759650cdd5c69d1c1bfb494 1.66 MB 3,078 11
855,538 855,538 0000000000000000000235d580be298730ff3d0aae448f681f85a2825e8806a6 1.59 MB 6,472 3
855,537 855,537 000000000000000000013ee4219a203d33220d53c978bc5947277c63606095c3 1.85 MB 1,734 3
855,536 855,536 000000000000000000030db5d3393f4b652dcaa68f20047a490fe816589094e4 1.79 MB 2,222 6
Previous 10 blocks ↓
Total Size: 715.93 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,528.18 GB sent, 45.02 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.