Memory Pool Memory Pool Refreshing

45,461 transactions
19.31 vMB
Show Random Selection Loading Transactions
Max Size: 115/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,807 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,324 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,806 (244,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,765 627,765 000000000000000000048b396fe07ae19af397daabab0c36beb46fa2a232313e 1.32 MB 2,744 10
627,764 627,764 000000000000000000072b627778477603bacd7d620a6392a7daeb24b2282edb 1.33 MB 3,055 27
627,763 627,763 00000000000000000005c0aa05ead9f7d0f9822ea5b58a844bc0e6a2e7327254 1.29 MB 2,965 37
627,762 627,762 000000000000000000119193dd20a56f5cd129645bedb1ffab257c4b04e4eb55 0.45 MB 1,074 22
627,761 627,761 0000000000000000000bb3d2a7a0920a35ab1bc16cbec8103db5dfd975cd0015 1.09 MB 2,621 17
627,760 627,760 0000000000000000000b2cd752664e5373f64485b065f9f0d6c882df6134ceb4 0.29 MB 411 11
627,759 627,759 0000000000000000000e35e37acff8d9392bcd437bd35c56a00fc13d768ffc3a 0.01 MB 20 15
627,758 627,758 0000000000000000000e0b7715ceb6ec8cc3d1219fdb735788cba2156e9472cd 0.30 MB 546 17
627,757 627,757 0000000000000000000a9f4156b75c35d2ecc9e7b69b74bec9313590ac33945c 1.20 MB 2,495 9
627,756 627,756 0000000000000000000dcedaa5575d5c4c08006688f9d9b7cc2c20b18b6cfaa8 1.31 MB 2,513 26
627,755 627,755 0000000000000000000c880ad067f4e727e7bf57494d4cf46681377324a563e2 0.24 MB 547 16
627,754 627,754 00000000000000000000897868993cd3a787a2f1fdb17caf45d7f7290f4c4d7d 0.04 MB 93 26
627,753 627,753 0000000000000000000e25b107ba7b790f9a9e92552e3d3b2b7d8d926790c770 0.72 MB 1,701 10
627,752 627,752 000000000000000000027e048184d88903d5bdb284505325449a11dec8d39fca 1.68 MB 1,123 21
627,751 627,751 0000000000000000000e6bf0af3bf6f09c769e317a1fb28c73f3c9a396029a59 0.25 MB 521 20
627,750 627,750 0000000000000000000276e094a7e1aab8fc40a7f09ee0c3f127211fd2c01970 1.35 MB 2,180 18
627,749 627,749 000000000000000000034f5e3f8ea01eaeaefa3d850cfad13cadc072eeac2618 0.46 MB 1,219 14
627,748 627,748 00000000000000000001eb9cecaeb5a3a636a1d9d406a6a15c381f786baa10f4 1.30 MB 2,576 19
627,747 627,747 000000000000000000061a507aa8bc06397d835f18af2cd43ce6abbee4f7437e 0.08 MB 85 19
627,746 627,746 00000000000000000000cd1d1bb91a9e999fa2713edf925a53f18b5f02872c1e 1.07 MB 2,639 6
627,745 627,745 000000000000000000094c028ade90180117bbfac943102451b9708fa4bb0e09 1.35 MB 2,720 32
Previous 10 blocks ↓
Total Size: 702.84 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,575.02 GB sent, 230.26 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.