Memory Pool Memory Pool Refreshing

25,519 transactions
27.53 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,075 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,384 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,074 (154,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
707,442 707,442 0000000000000000000b18fff79d5b4863fb669a657d1185911e1d8e7e401462 0.03 MB 71 7
707,441 707,441 0000000000000000000cb53abfc4f6a2726a34212ec1d9efda7c5b49054a5393 1.04 MB 1,842 6
707,440 707,440 0000000000000000000a3569a874f0562e2197c7e94b84c11f8454bfa323e980 1.50 MB 2,612 5
707,439 707,439 0000000000000000000438b4859d725186a66327c60ff10c3ceda91800683e03 1.50 MB 2,740 13
707,438 707,438 000000000000000000053a07705986a2d248e7e7eb6fc1eb7a2267f69ca43405 1.43 MB 3,066 16
707,437 707,437 00000000000000000004d26dbe69980616aa66a7a74a3bf3bce4ba2f84d7a020 0.67 MB 1,469 7
707,436 707,436 0000000000000000000b7ef5a9474a8fa2228950d90683fa35dfc45ab46cf938 1.08 MB 569 3
707,435 707,435 0000000000000000000034728b749435c1f5ed717b2c46c89597343ffb4b9acd 1.46 MB 2,672 18
707,434 707,434 00000000000000000003fb966fcfcd3a482da340ba63f495e3e24e34b2bce4fa 0.34 MB 748 18
707,433 707,433 0000000000000000000325d4eb279b6fb3f8bc3b5d784879f5f102febaaed336 0.82 MB 1,469 9
707,432 707,432 00000000000000000009e748d67c0e32d943e08b10198e3b9fa7adecde001009 0.83 MB 1,225 7
707,431 707,431 00000000000000000001584f3693dbf3b902a0de96296e4866f46b2d9a2f6477 1.31 MB 2,456 4
707,430 707,430 00000000000000000005614cad9feb0ab2b6412498d7b10fb57b0c7ee87878f5 1.42 MB 2,973 11
707,429 707,429 00000000000000000006c2a0a1023e70079d3a380b46b2ff6aaf10b030643145 1.48 MB 3,058 4
707,428 707,428 00000000000000000008a1a1fdedfc8fdf4242c999bc4c1b319ae7c7b31cdf3d 1.37 MB 2,174 21
707,427 707,427 0000000000000000000b5c62eeac728aec58c0c9f05f918eb26c66374ce2b309 0.10 MB 196 20
707,426 707,426 0000000000000000000db53a1cb06c1963e63363d272b1a9ffa1c06f3861a2d4 0.16 MB 309 9
707,425 707,425 0000000000000000000b6a61625f2bfdc933c1203c366165674a76584aaced5a 0.11 MB 234 13
707,424 707,424 00000000000000000009b1036880681ef4120688140d40c75812d4173f16375e 0.85 MB 1,354 3
707,423 707,423 0000000000000000000263000f19a9ef685e952bc3c0bc87976e7cbe06097c1e 1.38 MB 2,647 6
707,422 707,422 0000000000000000000ccfc0b90b4ced2bcedebe2ce2316c5148b31885222ce6 1.47 MB 3,282 19
Previous 10 blocks ↓
Total Size: 684.30 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,333.73 GB sent, 100.34 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.