Memory Pool Memory Pool Refreshing

1,575 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (179,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,467 728,467 00000000000000000009681f1c21b327764c12e2730b2402bf4dc6055665ed36 1.38 MB 1,829 9
728,466 728,466 0000000000000000000a14bbe27e41911016b7fb6cfd5c0d4b3d330022fc8429 0.61 MB 61 1
728,465 728,465 00000000000000000008dca8aac3123f701c9bc2c1692d62ca627b359eaf1252 1.22 MB 949 4
728,464 728,464 000000000000000000069f1273ca63f3e6d2559a28e5c2d9dba282d42e77a587 0.06 MB 89 6
728,463 728,463 000000000000000000082fc91c621985bd9f8f2f1470a871f90cd17cb24f8685 0.65 MB 710 5
728,462 728,462 000000000000000000068d0da1e4570ea4b021ea9338858ea77c4eb1c6df939b 0.03 MB 74 9
728,461 728,461 00000000000000000001244d14abe2ecb69954e6067bca3d77175ead1cdfb49a 0.61 MB 794 8
728,460 728,460 000000000000000000049684b34319b24fe51147d58bfef5138bfeced3022c0d 0.01 MB 25 5
728,459 728,459 0000000000000000000903018b6c4c17979967c64f42d3716ed429e46844f5c5 0.25 MB 580 6
728,458 728,458 000000000000000000025138b9d904bad8344fd3f7073e1595119ff5d5b03a79 1.20 MB 950 3
728,457 728,457 00000000000000000005bee2158fa943bbe08579aab78c0ee1b71b80dd1e8b65 1.36 MB 2,041 9
728,456 728,456 00000000000000000001b8c4c68c0ca60fba4b29bdbf636ab6f78b7c59ed4d9a 0.33 MB 778 10
728,455 728,455 000000000000000000047177a817e58e2a8b43e519c0cfde3f1cdd5270cc539b 0.61 MB 891 8
728,454 728,454 000000000000000000029090e21bc5e3064b24783c278f6098eecd1773747788 0.40 MB 535 7
728,453 728,453 00000000000000000007566f302ecaa1fce942b86cd0f0922cedefcc02a311ca 0.02 MB 48 11
728,452 728,452 00000000000000000006551c76b64249baa0a1c4669309868169e5363cf37510 0.12 MB 280 7
728,451 728,451 000000000000000000060d5095bfdb4f9bcd0e3dab360df1d6d71af4453c154a 1.27 MB 1,882 8
728,450 728,450 0000000000000000000086b66c8f611959ed249dac7d2deed5851bf7f311e34d 1.49 MB 2,674 9
728,449 728,449 000000000000000000023c23e17700d6ae16c2fa17de6a242db8355c6dd44c79 1.46 MB 2,361 16
728,448 728,448 0000000000000000000599458bc7cd3fc3d5b467b80da749af50438a03689e22 0.03 MB 76 12
728,447 728,447 0000000000000000000913b396ec9141e72c9a505a8e4e6c42bc852ec5e7f1e8 1.10 MB 1,739 8
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, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.