Memory Pool Memory Pool Refreshing

105,076 transactions
31.18 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,193 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 6,668 73
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,192 (628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,564 866,564 00000000000000000001ee2763cbb23a0a61227cf17d4a3e2f6a53e6c069a953 1.52 MB 6,817 22
866,563 866,563 0000000000000000000067cecc38fe877348513743bc995c2edcc9a2d731c977 1.48 MB 6,665 21
866,562 866,562 00000000000000000000c44eb9b05222805787ca6ba7e2106344ccf3b5b78c56 1.50 MB 6,564 22
866,561 866,561 00000000000000000002840cf8270ff686263de2e8c360c5fb2fd557dafa4eda 1.49 MB 6,926 26
866,560 866,560 00000000000000000001ba4b974271548f2dca29cd01866111cdb1085f9b2a33 1.47 MB 6,857 25
866,559 866,559 000000000000000000021f210e5d12e04e6e9ad212563d54f5c71dce74174775 1.45 MB 7,178 24
866,558 866,558 000000000000000000004dd3fae8fd8ea82a0dc292e00e0ba1ce1403e5848360 1.58 MB 3,085 7
866,557 866,557 000000000000000000013d83bfc34753e8439245f0ae06e3ab70099d6e9c23dd 1.63 MB 5,998 3
866,556 866,556 00000000000000000001132d605c59594e8bc7cece470267d61ab54c9e8cfc1e 1.79 MB 5,125 4
866,555 866,555 000000000000000000010310e1b9c92834eb939caafcd870b034573e24375337 1.92 MB 5,513 2
866,554 866,554 00000000000000000000c8d65e678681209091eb76e6a378435ac89f93a669ea 1.78 MB 7,061 2
866,553 866,553 000000000000000000019e8d8852a6ada267cff8ff0472e0b1bbc46fc01f63a4 1.95 MB 4,184 3
866,552 866,552 00000000000000000002645f2bcc60997fa7aa4e5cf302196a78efefe6515338 1.79 MB 6,322 2
866,551 866,551 000000000000000000009a6ba4c2e6877c470e4b90f7433b19ebbf3d3500a031 1.55 MB 3,658 6
866,550 866,550 00000000000000000000075c2cdb74f3bd8fd71f2cb73057b63cf3847038b99d 1.65 MB 4,098 4
866,549 866,549 00000000000000000000b0e748471ee206a561bbc4a93a035e37facf4ac0deb1 1.94 MB 3,382 4
866,548 866,548 00000000000000000000f68db93db23865fd40ef347a99497c82e4cf47409758 1.61 MB 4,194 5
866,547 866,547 000000000000000000002940de340b0960da2e8691f1d3ce3e59de9c4993a815 1.57 MB 5,266 4
866,546 866,546 00000000000000000001cc17e455e2444a7ab79385fde9bfb2b6a9673eddaee5 1.66 MB 3,975 4
866,545 866,545 0000000000000000000019e14d7a8f00e60080a417e4889d23ee992c4e947721 1.59 MB 4,412 6
866,544 866,544 00000000000000000001c7066d4530957a3908067296be536a6f9b8174b8fe84 1.48 MB 4,144 12
Previous 10 blocks ↓
Total Size: 693.96 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,898.86 GB sent, 172.74 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.