Memory Pool Memory Pool Refreshing

47,373 transactions
30.08 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,468 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,162 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,467 (59,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,559 809,559 0000000000000000000341fe98be6a0c8116e59d881129a0b5c5c83df23adce6 2.02 MB 959 10
809,558 809,558 000000000000000000048f6f997394cd48208efe5c1d6d40fa924042f6fccd40 1.80 MB 1,575 13
809,557 809,557 00000000000000000002565484de507e31b818d39e7c9ee4c405faa2cfec099c 1.61 MB 3,462 25
809,556 809,556 00000000000000000000e31d037d38066588709c6182a493eb9efed09942f41d 1.83 MB 450 9
809,555 809,555 00000000000000000000d08cf7f735cc44f4d47439cbf0b5d32092527aef55cd 1.85 MB 818 10
809,554 809,554 0000000000000000000258016ca0a2a163b5ceefc4576622143a5809f8d1c7c0 1.95 MB 1,595 10
809,553 809,553 00000000000000000002c73af79d4460c6ba8f59cb3dcd870b65f13312bc7300 1.61 MB 1,915 17
809,552 809,552 00000000000000000000249ca8b25873071963dd3e4193591ba373ec3f64c465 1.60 MB 3,396 28
809,551 809,551 000000000000000000034e49f676b9b62fef9f81e15d0631cb9a203d7699f22b 1.55 MB 2,399 13
809,550 809,550 00000000000000000002297014cdfd8018acbf75536ac2be1b59b0bf0b4ab60e 1.35 MB 2,069 31
809,549 809,549 000000000000000000024f429268fa465b7f847eca778eaeea7dbbb3fb90b87b 1.84 MB 710 8
809,548 809,548 000000000000000000002517079da59a395cf0151d1c58aa80d9ea2d30235635 1.89 MB 368 7
809,547 809,547 000000000000000000001d98d6536b5e9208ed83c5cbcbdf0c0e38ae61a347b5 1.88 MB 988 9
809,546 809,546 000000000000000000029d69a8eb1ba88c4058ecb31af3e6a8c17d2fedcf32ce 1.80 MB 2,438 16
809,545 809,545 00000000000000000002c6beb8cc716c9eb757082cdb3f464553e362081c968c 1.89 MB 2,448 18
809,544 809,544 000000000000000000002743021b1fc4dcafa76714b1dbeda9f179c3dfbf8ce4 1.71 MB 2,815 21
809,543 809,543 000000000000000000042b5f68f2ecb4578386513ebc4e3fd12bc68894928686 1.72 MB 3,946 31
809,542 809,542 000000000000000000029bc96b537e70e0de065477a5199d965ce3086138a656 1.69 MB 2,992 20
809,541 809,541 000000000000000000038e1c36a454979f0fb0837a5cf1f7ff4ba7cb6a548e65 1.70 MB 2,453 14
809,540 809,540 000000000000000000030b95bdc65931be0ea494f119e0777567969c603fa7d2 1.56 MB 3,060 22
809,539 809,539 000000000000000000017c80203fb90e8ceacb7a5b8c61145255f47bf9a371e5 1.76 MB 1,965 17
Previous 10 blocks ↓
Total Size: 698.46 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: 2,087.22 GB sent, 200.50 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.