Memory Pool Memory Pool Refreshing

43,627 transactions
32.36 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,231 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,075 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,230 (678,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,561 184,561 0000000000000831c4af2f7dc39dd66688f671f831151d1e766fc7768cf9bece 0.25 MB 413 102
184,560 184,560 00000000000007dc48c20b88daa37d3647be14c48166a5c2ae90296f0c396028 0.00 MB 11 52
184,559 184,559 000000000000077f943dfc8c5ce79c812477aa776d1530c1365ba5fe786fe7c6 0.06 MB 95 107
184,558 184,558 00000000000000485724a606c2f642bec5e81a2770816d79e3624fa975493617 0.34 MB 1,099 163
184,557 184,557 000000000000006e24642aaad5e0526b5dab8bd8f2786d28ad42eb65981dd29e 0.44 MB 1,024 137
184,556 184,556 00000000000005bcbaaaf0e7ec701b950c3bb55a44af3d39f5bfa36f25ad52e7 0.05 MB 127 74
184,555 184,555 000000000000082cc8fd33c68bca44fa8eb94dc8f85c98db04786a061011c69e 0.25 MB 663 172
184,554 184,554 00000000000001b1d621d25d8766f9911f00e36bbffb205d526e0c1e7474f1f9 0.25 MB 517 118
184,553 184,553 00000000000001a0c60d685aea6f5892ef2cc5145b40b0cb8b1ac1b4b439ff00 0.03 MB 68 81
184,552 184,552 00000000000000561666b952908df3f195866a46a832b5ad667d269809044e51 0.25 MB 507 147
184,551 184,551 000000000000020917469b100d820cea87f4e3f711dbeefaba9e8f736a307372 0.05 MB 129 264
184,550 184,550 000000000000011ea9569734b4ff5f97d6d28350275619898f5ef1608c2b91e0 0.25 MB 538 135
184,549 184,549 00000000000000742dc07486c78344a737a086b9338eb6d3a3821f71de746836 0.25 MB 515 126
184,548 184,548 00000000000003e7677c1a8f618357874878a63044cd917d1c628facaeb17f80 0.05 MB 126 80
184,547 184,547 00000000000002c24f2a3b427f8f9326e6bac134670ae514fc225d2ee3fc92aa 0.25 MB 635 144
184,546 184,546 0000000000000256c0f89596affd15a2369cd0896e03b2a6f861d830fc9377aa 0.25 MB 620 139
184,545 184,545 00000000000009cfda6213b99b97586843f6f75e4f42520611e9eb647efa1f5f 0.05 MB 117 40
184,544 184,544 000000000000027e7e108bd91b9de2daaa2f9a196fe54bdf32b9de4a6aaf0288 0.00 MB 8 297
184,543 184,543 0000000000000231a732fb2bd4cbc560ae338fd3c1836ea54fade309bcbf8404 0.25 MB 429 107
184,542 184,542 00000000000000a11de066ca884eb0e1cc6023d12b97c667db68d94e462b78b0 0.14 MB 212 71
184,541 184,541 000000000000065bb65f32a7ba480cefcaa2baf72410723d46170b5039df5152 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 686.56 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,479.41 GB sent, 115.52 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.