Memory Pool Memory Pool Refreshing

80,675 transactions
24.10 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,051 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,107 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,050 (22 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,028 865,028 00000000000000000001d822acae5ec86f40e1e388874058fbe7db87fbfc82fe 1.50 MB 5,860 53
865,027 865,027 000000000000000000008334fb1b27a4715ab07788bc1380e9244b8de542b25c 1.46 MB 5,003 64
865,026 865,026 000000000000000000021ccc70a7f150e6cb78f9e6b7473724f8c86c414a11f6 1.45 MB 6,640 30
865,025 865,025 000000000000000000015a021ea68fc536267f4f26ef7b0d78b7f0db3718379c 1.47 MB 4,675 26
865,024 865,024 000000000000000000004e2d432344a196261dfe930fbf6b5640a1125be2e37c 1.53 MB 4,356 23
865,023 865,023 00000000000000000002765d0259887d8e9550ee976fc452f395fc1aeccbee48 1.50 MB 6,125 10
865,022 865,022 000000000000000000014f88c556721ab455d2fc712795f7cf2899b67b82f327 1.64 MB 3,981 9
865,021 865,021 00000000000000000002f7b7e6f950dd220c33efeb60ebef4e024384df49c545 1.53 MB 5,572 14
865,020 865,020 00000000000000000000cbccaef66a79a5aa719c30e0f6114621dbb19f91d9bd 1.55 MB 5,413 19
865,019 865,019 000000000000000000009edc71e2d7b1cd2590a1cca36fb9d5b032a9571133a6 1.52 MB 4,774 24
865,018 865,018 000000000000000000022d9abca110d8b75962a2ba0d698480840fd9023ba82d 1.71 MB 4,207 17
865,017 865,017 00000000000000000000216ff0b423639299b75fdf83a58d7e218f53af3a5b05 1.66 MB 1,577 13
865,016 865,016 000000000000000000020782839ad1c5dc55c5c382e6711c078a083bde9a0a1f 1.34 MB 2,514 8
865,015 865,015 00000000000000000002818d5e6cbb0405ceb2723bfe3104862f6f1947a4fa13 1.69 MB 3,604 10
865,014 865,014 000000000000000000006ac5142f4904035c9bf98e40e57b9710a1cde3e545b6 1.46 MB 5,317 12
865,013 865,013 000000000000000000004f95a134822842e786156d060af3c78a7edbc0214337 1.59 MB 4,174 9
865,012 865,012 00000000000000000001c02c7642baebd7f1fed6b88548b5bf69030d590b079b 1.56 MB 4,022 14
865,011 865,011 00000000000000000001b90ae6b19d1caa43f2f60882d29ac5e53dcabfca7ef8 1.53 MB 4,245 15
865,010 865,010 00000000000000000002d6c54e3d4320e08019582a972279cdb8db39f79c7cb4 1.56 MB 4,512 22
865,009 865,009 00000000000000000002d2fc4e7b09e94fa581d9c6418a24c8ef0edbddf76e0c 1.54 MB 5,169 25
865,008 865,008 00000000000000000000077235d1606bb47b32e19375077bcdf9543926ad8f1c 1.49 MB 5,722 33
Previous 10 blocks ↓
Total Size: 689.99 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,666.79 GB sent, 141.17 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.