Memory Pool Memory Pool Refreshing

57,968 transactions
34.15 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,328 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,998 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,327 (989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,338 874,338 000000000000000000027561a9d50e0c29be38b037465fe09e5dbbbb0fa90510 1.30 MB 1,719 13
874,337 874,337 000000000000000000019815b393a7bbbbca63997082fd5ad6a2a865d7d86639 1.54 MB 3,765 16
874,336 874,336 000000000000000000018f39d9257053bc3b902caff6540706f6cd2de2a0f625 1.51 MB 3,459 17
874,335 874,335 000000000000000000021fbe67fa412c8bce5b2b1aa110870d0ef7941f91de5e 1.76 MB 4,732 17
874,334 874,334 000000000000000000000e8042b87fcee6e3af7eee420b2b0ce77d0db18bffce 1.72 MB 4,571 17
874,333 874,333 00000000000000000000779414300456edfcdbec357bf966c5cd993077fa9ecd 1.75 MB 4,860 19
874,332 874,332 0000000000000000000191777b4f67947c6ff85eb640502a0deb4c719fa60970 1.73 MB 4,692 22
874,331 874,331 000000000000000000009598a5370ee242ebe468c97f94dc4a219b9bda70750d 1.60 MB 3,897 24
874,330 874,330 0000000000000000000276456bb495aff781dbcf5ef6a30d5142c8fe96d9f7c5 1.77 MB 4,560 13
874,329 874,329 000000000000000000029be96dfadad1357f04ab555cfd8da982ff451593ffe7 1.60 MB 3,878 18
874,328 874,328 00000000000000000002977ba01201460d0e6fc4ee581a6fcd8d422c60fe67ed 1.54 MB 3,243 15
874,327 874,327 000000000000000000017fb7f1f93107216101b99b7448ac88a4a444f490861e 1.31 MB 1,594 8
874,326 874,326 00000000000000000000d75aea3cd9790aa36fdfb9a8092c12759a68fdd44709 1.58 MB 3,227 12
874,325 874,325 0000000000000000000013c275461ef53ac4140ab4f3b39f78bd60c2e3de7e48 1.52 MB 3,610 15
874,324 874,324 00000000000000000001b41dce0c2f9b252a3c99769e9e4fbb8c39936d87e502 1.65 MB 2,933 11
874,323 874,323 00000000000000000000583c8911b2511acc565a76855e7509a94f84e341f266 1.58 MB 2,774 12
874,322 874,322 000000000000000000003696ff2d5179e37b412c9f70311908a452acca7d9569 1.70 MB 3,705 13
874,321 874,321 00000000000000000000ad980af8d086c87caca9f264f818c8aafe8216979919 1.55 MB 3,585 18
874,320 874,320 000000000000000000018beb69105cfc9dcfcad8e012a07a704938d70671de70 1.69 MB 3,873 12
874,319 874,319 00000000000000000001364f127d2c0f7f84029af5b03eb75b596aafa57d0a9f 1.68 MB 4,478 16
874,318 874,318 000000000000000000005be4a37c051b4cb5da816c740ddd3684d5d0fbafabaa 1.58 MB 3,728 20
Previous 10 blocks ↓
Total Size: 709.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 496.20 GB sent, 7.90 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.