Memory Pool Memory Pool Refreshing

9,362 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,644 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (421,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,281 486,281 00000000000000000068f39c69cc3ff87289504cc5d718c09e362bb4ca62b3c3 0.34 MB 584 112
486,280 486,280 00000000000000000097f81fde3cfdfe81f642174874426345d0df29495587dd 0.14 MB 275 22
486,279 486,279 00000000000000000091fa1f271d838e161300a3dcdfb80acd1ff3105e7856c3 0.23 MB 557 143
486,278 486,278 00000000000000000027d6089933d29387343699419cf2e8a21a0341c941d0c5 0.82 MB 1,615 104
486,277 486,277 0000000000000000005911a9180ee2687098db428dc3b3cb87fd093dcc3f62ea 0.81 MB 1,720 111
486,276 486,276 0000000000000000004547e9ee9a4942a012e0c71860cba1fc35ed77f6beda09 0.47 MB 983 113
486,275 486,275 00000000000000000053543d8cad8a8d00c48f09007358fd475282bd0654e0cd 0.58 MB 896 16
486,274 486,274 00000000000000000078364446cfe7375fea936ea17f39f6d0758e8dbbc64617 1.00 MB 2,010 126
486,273 486,273 00000000000000000083cbfd33b63c2ac10e703266c5749bf3ce2fbff88f5791 0.46 MB 970 98
486,272 486,272 000000000000000000c43d686a8db33d500bc63fbe5e2a37e59dd13c15f7cb34 0.55 MB 1,102 78
486,271 486,271 000000000000000000ba4a6a3e8700c35bee276de69c873af7b1b4512071ccec 0.30 MB 572 104
486,270 486,270 000000000000000000dfe53693fc7d3bdafa220c0ea56a0d8da84efd8a6109bb 0.29 MB 634 119
486,269 486,269 00000000000000000082d24c4e4469f19b69211b3accbf6e2e1f4155e0b97594 0.02 MB 64 77
486,268 486,268 000000000000000000217f53125f99952855c614b39b9fc6d7eed71c9dac0a85 0.18 MB 378 121
486,267 486,267 0000000000000000006ba56c74c80d584d42c888251e17472e495a2c3e79596e 0.32 MB 619 108
486,266 486,266 00000000000000000049a63501873ceb155b341b52b00f097cf9051e06860701 0.87 MB 1,668 100
486,265 486,265 000000000000000000f85b67d96e4a782a9ce97a68fdaf270f5658ed56cb8218 0.41 MB 683 98
486,264 486,264 000000000000000000ac883e01bf56198a6f1f78297e7edefe17d4cddf0ae3b4 0.96 MB 1,538 34
486,263 486,263 000000000000000000bc96c4cdfbbb6ea4d046ef5e27b4cc2b0a8830265b5fc2 1.00 MB 2,302 147
486,262 486,262 000000000000000000f2a1e8ad25530f41f7a269ba92bffdbd4c7e8f34e43557 1.01 MB 1,255 74
486,261 486,261 000000000000000000c03db2f54bc59a4edd6c75aae4daa4e7a4a73226eb18e2 1.00 MB 1,547 29
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.