Memory Pool Memory Pool Refreshing

52,718 transactions
19.94 vMB
Show Random Selection Loading Transactions
Max Size: 117/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,931 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,209 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,930 (59,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
812,041 812,041 000000000000000000020b68a2389002f03479daa99694bceba3067f1b361839 1.41 MB 1,297 11
812,040 812,040 000000000000000000037bbb43a49d7da2e5183b85ab39f6e129b138e83e8af9 1.16 MB 768 6
812,039 812,039 00000000000000000003ee6688f234a8c0a8167779b7d5c7722eec5fd7472ec7 1.86 MB 2,271 13
812,038 812,038 00000000000000000003f45961bfc938139f7f14f356f17865f1d02900d5f4bd 1.58 MB 2,389 19
812,037 812,037 00000000000000000002f84d4b2a1c0d6e6594d1ea87875645757b83c876704f 1.51 MB 3,279 23
812,036 812,036 000000000000000000028747833d6ca2686a197db9954b4f661e0503113046b8 1.12 MB 242 7
812,035 812,035 00000000000000000002d80c8129d1e61453a5176097c9c602dfcd92e22bc787 1.01 MB 253 6
812,034 812,034 000000000000000000027c17543ad33cd86639efbc8bfe20dfc27f9ce3e6388c 1.52 MB 1,428 13
812,033 812,033 000000000000000000004bcb13642f69d3cd5257d2930a3196d416fc6ef95aa5 1.47 MB 944 9
812,032 812,032 00000000000000000002391d77ec8d1bdf7d0707cb49528a1b4767da2b3fb0f5 1.78 MB 3,074 20
812,031 812,031 000000000000000000035fb07cdcfa18bf70cccc7882d2f0121a1b2eb94e0845 1.97 MB 2,032 16
812,030 812,030 0000000000000000000147471948b63f1ea9afee3e7da9c77f899532fc01a566 1.60 MB 1,360 12
812,029 812,029 000000000000000000001db884d55513a8553792d9096b6307636c8f386a2ced 1.43 MB 1,836 14
812,028 812,028 00000000000000000001eccbc52a1d392747d12b079b9706df9d12cea8b563b1 1.57 MB 3,618 19
812,027 812,027 000000000000000000004f3fa73b16da2c870b4741c6aa281b816a44ac4b4ae7 1.75 MB 2,459 26
812,026 812,026 00000000000000000003c0f28227cdee6951f86b3657271aa065f2eeba47a02c 1.70 MB 2,059 30
812,025 812,025 000000000000000000004db5acdfce819eeea8d7576466ff0f07790e3495eb82 2.37 MB 1,299 12
812,024 812,024 000000000000000000018f1c7436b5d6c35707ee5e17e5e86214b9b5c58a90ff 1.36 MB 2,391 16
812,023 812,023 00000000000000000003f1105eb3dea03161e2d5a36a495392a61a1148264c37 1.33 MB 1,061 9
812,022 812,022 00000000000000000002a9d7d69e87a12ee8867361c81393696292fc721ad111 1.76 MB 2,633 14
812,021 812,021 00000000000000000001f2da7b9dc626c5afba7ff55f1012e93b0fb109140083 1.24 MB 713 10
Previous 10 blocks ↓
Total Size: 703.08 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,581.66 GB sent, 231.93 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.