Memory Pool Memory Pool Refreshing

54,493 transactions
35.80 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,444 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,518 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,443 (1,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,368 873,368 00000000000000000002a4054b58c1f25b5766bf8453798de1dfcfe3163939a1 1.60 MB 3,948 10
873,367 873,367 00000000000000000001742d5626aadb4643e92fb09c2385546384147ffd67b5 1.55 MB 3,819 14
873,366 873,366 000000000000000000001d64b46ffe560420422816900b40fd6bfbef3d665739 1.70 MB 3,985 4
873,365 873,365 000000000000000000005eeaee07fcee89e585dc2f5533c7c07932ed02443595 1.61 MB 3,730 6
873,364 873,364 00000000000000000000fb282fab5a21918f1fbd578cd34aa56f1152577e319e 1.78 MB 4,103 5
873,363 873,363 0000000000000000000085f3f2309a00708a35edb669c1e854e8821d34775683 1.37 MB 2,132 5
873,362 873,362 00000000000000000002a1570880bc3d43ad5b6678884c38273dcbd7b9331e09 1.58 MB 2,845 7
873,361 873,361 000000000000000000000c4c7324d789d43ee233ae698ae6216d05e52c220e9e 1.58 MB 4,686 12
873,360 873,360 00000000000000000002321727b9d261451b813e7bc7d75834b9c954ce8f7bac 1.52 MB 6,614 16
873,359 873,359 00000000000000000000ce94c1c706a88796b76493bc0c08997def686fde568d 1.66 MB 2,990 7
873,358 873,358 00000000000000000001c5898c204c2adbbb8c73330faa990d9de3718c51541b 1.75 MB 3,643 5
873,357 873,357 000000000000000000004bc5c0260c3db7fb38d149d05e89b43e97ec99903c37 1.51 MB 1,690 4
873,356 873,356 000000000000000000003eed133260df4bdf134022b5a96271d544d7bbcf19c9 1.65 MB 2,315 6
873,355 873,355 000000000000000000007dd4e047261d89fbfc1d27f681e7e7f6e6006742940c 1.59 MB 1,709 7
873,354 873,354 000000000000000000014af381a5bd29b8bd87fd881eb54804b2406430b1d3bc 1.72 MB 2,384 7
873,353 873,353 00000000000000000001575c66fa43f0e044dc60a52c117998142deb10c3c05b 1.88 MB 3,325 8
873,352 873,352 00000000000000000001aa793a5f3c86f242cd3b062bfa02c73d215fbc6b8611 2.19 MB 1,910 12
873,351 873,351 00000000000000000001b4dc03904ba552aa375af97deea1b29016c883a85ebc 1.57 MB 3,363 9
873,350 873,350 0000000000000000000207a99c505ff0234c8a9048944cc88922e8b8f3001519 1.85 MB 3,555 6
873,349 873,349 0000000000000000000246c766d53476512d1ae929b9088c1e5c4694dd6e67e0 1.69 MB 959 5
873,348 873,348 0000000000000000000182616d47f6031b0bf5a97b811977e8e77891dc66a96a 1.39 MB 1,739 6
Previous 10 blocks ↓
Total Size: 707.65 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: 2,781.23 GB sent, 260.64 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.