Memory Pool Memory Pool Refreshing

67,887 transactions
26.08 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,020 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,573 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,019 (71,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,512 790,512 00000000000000000001881e0491719567499120fe5ae5c987fcf71a05c2c104 1.53 MB 2,834 68
790,511 790,511 00000000000000000001981a2d4351aeb7c7ba2bb3fe47047ef0760d79437910 1.35 MB 2,184 82
790,510 790,510 000000000000000000037a040bb2bdc261332a335a8b7b8c3b5631aa02a8026e 1.55 MB 3,368 119
790,509 790,509 000000000000000000003dcd349f97264011aaab12a19baa9ed55f04fb63f741 1.53 MB 2,739 116
790,508 790,508 00000000000000000000145c9130e433af7b786623de185afb5b0a3aa59d4b3c 1.99 MB 3,554 48
790,507 790,507 00000000000000000004b3f88a04f2ba8372b71b70c566cbb9fc2e95c91bbce0 2.02 MB 3,375 39
790,506 790,506 00000000000000000001b4a9e7cfb8c3f845600a980f3dea023a9eb78aeeedca 1.72 MB 3,323 72
790,505 790,505 00000000000000000005abd61f68d79741c6f7f79d4ce41785c0d335dd8a6b55 1.57 MB 3,291 97
790,504 790,504 000000000000000000032200349352805683c4773539c2bda82eb9455b653735 1.96 MB 3,495 46
790,503 790,503 0000000000000000000088f5868a56a98661fa892af2449f255b3907783f10a9 1.53 MB 3,007 92
790,502 790,502 000000000000000000013dfadb495456768a86c1b0b194713d6a3317a6e568f1 1.61 MB 3,067 77
790,501 790,501 000000000000000000035b575c034ef222b592f405727035406da6c25c845aba 1.52 MB 3,510 71
790,500 790,500 0000000000000000000440b973f2082fb2afa139654d82aee8d74ae3609be105 1.35 MB 2,453 91
790,499 790,499 00000000000000000001bb10655fe2cf255bde210a56ea03d5584166c2bfb502 1.46 MB 2,583 101
790,498 790,498 00000000000000000001b09b21ec2fceb3ad380c2f5ecf56022f5fb01f6b3944 1.50 MB 3,158 117
790,497 790,497 0000000000000000000120bf034d5b3c16c9729e29962d4e3eb2552b074b8b24 1.53 MB 2,962 147
790,496 790,496 000000000000000000006441e965007bdf2a756076cfb8f4dfcc92bc555293a3 1.69 MB 4,080 59
790,495 790,495 000000000000000000059b3b871c5aa7e4bfc1243084e32742380e55f3b7308f 1.59 MB 3,632 87
790,494 790,494 00000000000000000002395de7d8473402f585fe13c9b565cdbb15c413528d96 1.70 MB 2,449 80
790,493 790,493 000000000000000000003c3aff2eb3e0022c2c9444acbf591db4cd25bfb91377 1.88 MB 4,082 38
790,492 790,492 00000000000000000003b1626c44dfb6c757a09ee0ecac6d172396a3e3c02ebb 2.19 MB 2,986 25
Previous 10 blocks ↓
Total Size: 684.20 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,329.93 GB sent, 99.75 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.