Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (609,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,742 297,742 00000000000000001676b8b8ebd6873b2c6234e533da0e64d3cfc81976a4f423 0.11 MB 331 39
297,741 297,741 00000000000000003e67cb4c9f4c1d4eb09041f8d9d245c80e7ab9d884ce6550 0.07 MB 141 35
297,740 297,740 00000000000000003e725e7ca5c2fc5d812484878887f41dbb28340e2d73b06c 0.13 MB 251 33
297,739 297,739 00000000000000005a75e196c9481ceb3367e1035d2fe0ef6846378015d03158 0.25 MB 258 21
297,738 297,738 00000000000000004a5a3a716ffe52cb567a483aa363bd18b1472e5ca3878885 0.04 MB 88 37
297,737 297,737 00000000000000003c49ee147c312ec4bdc55e9c99303a2cd9189ffc9a8b7c64 0.35 MB 584 31
297,736 297,736 0000000000000000266ca764bdc979b242297bf7a03076ac446fc9c197ec5a6b 0.25 MB 544 43
297,735 297,735 00000000000000007c4fcfb15ce73e54196b2dc6d4e8050a262c4fc2ed54a3c6 0.49 MB 800 32
297,734 297,734 00000000000000000c9cec5ad90d90815c3aefd7e1936b35619a8e9371b6868f 0.28 MB 623 16
297,733 297,733 000000000000000060cd77ffdb00419b434d6546b067dc62856ba6567356c7b8 0.00 MB 1 0
297,732 297,732 000000000000000087f4cf0b92f635d6aa6330c5c30d82b0b12bb3e976a28d8a 0.22 MB 337 29
297,731 297,731 000000000000000068bd79bfdf4ea1912177912ca2d66c76c720582760584e1b 0.05 MB 128 33
297,730 297,730 000000000000000051e2cf1ba058ba59e15738f0136f676f08df85edf890e01b 0.08 MB 115 26
297,729 297,729 00000000000000003d464cf3707eeced1e4b06bcdcf22dda25e3b4a178e23b66 0.24 MB 485 39
297,728 297,728 000000000000000025edc10607360438e521e85675371869472dabbdb217a4d5 0.06 MB 40 4
297,727 297,727 000000000000000008a914b1ce04db80f5f5d1689045ff83dd31991d52538199 0.05 MB 90 35
297,726 297,726 0000000000000000306d3d08a381eaf78a2fd9d7185896ca2b9fe7c8bee2067e 0.01 MB 35 31
297,725 297,725 00000000000000003a7909de2224a3ec90360cff42ef6e7ca8e6826661aeead2 0.08 MB 184 30
297,724 297,724 000000000000000020f24cd8953fb2389105c12bf5b0641f9a7cd60177da0ee2 0.07 MB 148 33
297,723 297,723 0000000000000000381acf99ab024f984b11aa13d123f1ed139cb5338bab8101 0.32 MB 495 26
297,722 297,722 00000000000000006987879006e85fab2cb4593a027905715a0760b4424dd983 0.22 MB 405 29
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.