Memory Pool Memory Pool Refreshing

60,295 transactions
33.79 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,739 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,146 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,738 (219,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
653,562 653,562 0000000000000000000ab1dd20a393b0c5740285524a76fc59e8d2329c3f12b0 1.32 MB 2,745 63
653,561 653,561 000000000000000000095660949de19fb21459e794f4a2975330916660532aa1 1.26 MB 2,802 55
653,560 653,560 00000000000000000006799c81d3eac2e30003a950bf7dabb7498c6e2461641a 1.26 MB 2,898 58
653,559 653,559 000000000000000000011a394637eb4a8a314731c170973201d31da414bb391c 1.29 MB 2,093 63
653,558 653,558 00000000000000000001f9f2fcba733f18f18ebb6aaaf262ad1160388ba24769 1.25 MB 2,662 58
653,557 653,557 0000000000000000000cc9cc204cf3b314d106e69afbea68f2ae7f9e5047ba74 1.35 MB 2,584 55
653,556 653,556 0000000000000000000e0010b0c16eb086dbeed55207e6c2c2e038c8a3e1b105 1.27 MB 2,945 63
653,555 653,555 000000000000000000076b4eb972c024082351d4440c3921fd348e973a2f0b5f 1.32 MB 3,173 96
653,554 653,554 000000000000000000089c84e1528034d960366dec7a7b65425e53749ff89f6e 1.26 MB 2,348 27
653,553 653,553 0000000000000000000b8ac0132a7dddeaf18866a9b4c6bbdd310fd2cc8d5c26 1.11 MB 2,309 17
653,552 653,552 0000000000000000000bfade053323839c9d47a8df66cf57c56f7d8efd741f6c 1.25 MB 2,197 20
653,551 653,551 0000000000000000000565efc0c5338b8efdbe522362fc9e67e07bd359cf8c20 1.42 MB 2,226 48
653,550 653,550 0000000000000000000db10d8fcfb9ca028e59068b02dcc2dccec1fd8f12e831 1.25 MB 2,163 53
653,549 653,549 00000000000000000006babfb6f79b9d836f219b56747c7115e359659f6c5743 1.29 MB 2,349 58
653,548 653,548 0000000000000000000042506ab60d2e5174a80982a0dc1dc062a4118c030477 1.29 MB 2,986 61
653,547 653,547 0000000000000000000df93c9c2d041db210af04c22cec645e21ef887be67684 1.06 MB 1,796 9
653,546 653,546 0000000000000000000c1a03e649b02793688d7ab67ff18bbc88b7bdcff90c08 1.32 MB 2,261 34
653,545 653,545 0000000000000000000695b7046ab5d716b3a4d122834d76d6396000927f7de2 1.20 MB 1,942 15
653,544 653,544 0000000000000000000a343576df0a02cc326b8967079a95b1907416aeccc3cf 1.40 MB 2,832 55
653,543 653,543 000000000000000000013e4dda4676787bea1757bb5fa16002ce679e812eb726 1.15 MB 2,576 19
653,542 653,542 00000000000000000008c993866bc34b131897a6b0d3742f72d330a8ebda327c 1.33 MB 2,349 29
Previous 10 blocks ↓
Total Size: 704.58 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,654.42 GB sent, 241.70 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.