Memory Pool Memory Pool Refreshing

32,355 transactions
30.96 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,625 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,624 (69,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,591 794,591 00000000000000000000c46287836d6018f1e6b2c02e33bd60e5c0681bcfe211 1.61 MB 2,586 25
794,590 794,590 00000000000000000001f6ad0390dbb0d586662de872fbdcff8e2b4aa8fcd848 1.57 MB 3,522 45
794,589 794,589 000000000000000000026ab1d65692986601f16018d942a3aa96577562c1508b 1.41 MB 2,378 23
794,588 794,588 00000000000000000004bb21bbbbe5f3963324229985343a12d201a0135d1fa9 1.47 MB 2,749 40
794,587 794,587 00000000000000000000d249f902d8058fcc1f0830738e428e880f3ca24c6b44 1.99 MB 5,611 13
794,586 794,586 00000000000000000002c1c96383ddea666356b5925478934f9b479f8df28b1a 1.90 MB 5,186 14
794,585 794,585 000000000000000000008bcc9c15e1b1ea97b5c039d5e70f6783a991ce739dc4 1.88 MB 4,118 18
794,584 794,584 00000000000000000000afc966835aa2567e570664cdbc5dfeb3921149659c3b 0.00 MB 1 0
794,583 794,583 0000000000000000000030c1ea22b7bc54190f1c9c93a12dd066743bdc8e127b 1.76 MB 2,511 21
794,582 794,582 00000000000000000003aa30a1f7cc9cf2262ebfb18a9f44e3c6c4094373feef 1.66 MB 2,927 19
794,581 794,581 0000000000000000000375b7704052b284f0a579ea3363184d973d9ca658b0cd 1.56 MB 3,054 20
794,580 794,580 000000000000000000042cc6583a05cff3375f0507f833b877d0a039c7e37ad0 2.10 MB 6,347 11
794,579 794,579 000000000000000000045d2e861e5f627ed524ce8473cb12e1588a3bc6aee734 1.88 MB 3,966 17
794,578 794,578 0000000000000000000316f0a86f236052dcc5e00701d9eb7b87243ae12f06c9 1.76 MB 3,986 19
794,577 794,577 00000000000000000002ccd42c99984d63f62fac823704fe04a003478091ddf3 1.70 MB 3,563 19
794,576 794,576 00000000000000000000160e3a9ec552cabbdd51d005a3e486e2bc10934e2b95 1.72 MB 3,410 19
794,575 794,575 0000000000000000000419d25fc8204959b47b5d650fa8e8de49d68fb811efe3 1.89 MB 5,373 12
794,574 794,574 000000000000000000056055711cc59844f2f8627750d70fa584c269cad69c55 1.51 MB 2,336 27
794,573 794,573 00000000000000000003ae9906bad91c57abdd299927a529a129968a8f502400 1.84 MB 3,911 11
794,572 794,572 000000000000000000024ff3024d397fbf5e323d226f586b3c783e212e30d25f 1.51 MB 3,015 24
794,571 794,571 00000000000000000000fea647d0c3916b945a50b8b485e99f65f7b26dbec232 1.86 MB 4,917 14
Previous 10 blocks ↓
Total Size: 687.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,514.03 GB sent, 121.14 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.