Memory Pool Memory Pool Refreshing

56,174 transactions
27.24 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
861,912 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,911 (678,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,409 183,409 00000000000002d18aef22ed091ab253921607d3ee0e8d4d54a5ab4b9415e52d 0.02 MB 32 87
183,408 183,408 0000000000000a7bed9fc9083237ff9f05edbbeb90c122a7ec587e081de2ac9b 0.06 MB 162 168
183,407 183,407 00000000000008f0486a074584f59ae3e4a48438486edbdf62683c70f519f87b 0.24 MB 548 150
183,406 183,406 000000000000056abc31b0e9aa01f8d2d2c69e2b4d376c8586076eb00a7653a1 0.00 MB 10 29
183,405 183,405 000000000000043012227cd74060921490b8195637e10562d1bd0f730cd1334f 0.19 MB 396 145
183,404 183,404 000000000000083ba6b3786f20e2a3ce7315347c2ff420b6ea5f3d8e10dd684b 0.00 MB 4 15
183,403 183,403 0000000000000420bc342db7255f45224fcc75c4a7f9b72c37eb9ca45c80f175 0.25 MB 647 153
183,402 183,402 000000000000012b8f172791f79da1b653946184b25b5222aa677e669eda925f 0.07 MB 179 143
183,401 183,401 00000000000004c60200407bd5431448bb5f5bf8ea53d9d070b2c3968f3b4f06 0.25 MB 608 165
183,400 183,400 000000000000077a36e27b500547460d6337b32a98dc31a0b72621b3d99333a9 0.12 MB 235 109
183,399 183,399 00000000000007fdb20cb64abab3cfd1d7ae7185cf5945fdcb2b505b47d06c9d 0.43 MB 813 167
183,398 183,398 000000000000080a6d0a22d295ce40209912b9c30c40f5415b2bdddc53a22eac 0.05 MB 130 109
183,397 183,397 0000000000000272b7b126c74de25ca0a422e4daec6ed47626c24882dffd2242 0.37 MB 807 250
183,396 183,396 00000000000008fc00d6c3820f4fccb33cf3364c0ea906e2154c1a1683040bf8 0.05 MB 147 128
183,395 183,395 00000000000005e966e4fc5d3ffad057854dcbb25f752e1473526294cffb42dd 0.00 MB 11 15
183,394 183,394 00000000000002e32e880c200373c475468330939fd3bd0c5352e047a6c907ec 0.01 MB 44 65
183,393 183,393 00000000000004fcd03803e77cac9798759a926d6388776dfa154b04ac559532 0.15 MB 353 161
183,392 183,392 0000000000000028665ccbf18adf38dfea726e043e6019bf02f918cf387a6cf6 0.00 MB 9 0
183,391 183,391 00000000000009c5e6a0aedd906454c16d957fef3327eaf105b9899eae225c88 0.04 MB 76 100
183,390 183,390 00000000000003f3d00efd9929725dbe2cde1831334b54797c680f062a42be95 0.17 MB 418 132
183,389 183,389 00000000000004467bce97311d070998a597baf5c76c546a05be95b492bcb9d7 0.03 MB 71 1
Previous 10 blocks ↓
Total Size: 683.99 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,305.61 GB sent, 98.36 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.