Memory Pool Memory Pool Refreshing

57,232 transactions
25.93 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,682 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,742 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,681 (66,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,029 805,029 00000000000000000004cdccc6b409ccc9aa9c4ed5be81bad4f815c8cbd5f35a 1.77 MB 4,364 9
805,028 805,028 0000000000000000000064c335bc74e0d22e7ca35b4e6a97f388d91b63dc3108 2.11 MB 6,825 6
805,027 805,027 00000000000000000002187bfba98ff961a0aacc363e6bfee7a2d916b84e11d2 1.58 MB 3,649 6
805,026 805,026 0000000000000000000395f80f001c76830d0337d3516cee110f98dfe2527168 1.83 MB 5,133 7
805,025 805,025 00000000000000000000cb070b04f548a8ffab3f4e37270b9e0e7cab2c77d95e 1.88 MB 3,659 7
805,024 805,024 000000000000000000046ebc2cbc7e15b7c76905050adbd1347ae2f9ce765ade 1.58 MB 3,588 21
805,023 805,023 0000000000000000000204c1327f6704c308c9b6b5cd37f1d95adc8c343f4a2d 1.59 MB 3,062 12
805,022 805,022 000000000000000000046f1638d1c82b5a05e70c54b2a391ce8ce2f663eef8d7 1.72 MB 4,376 10
805,021 805,021 00000000000000000003be2f8c8d62b54e93f5c7d679c658f319223c08447e90 1.92 MB 5,604 6
805,020 805,020 0000000000000000000444f1f05d7bc2d2e9507e5dc84e22a0ae3b91b6e8f76f 1.72 MB 3,841 6
805,019 805,019 00000000000000000003b4872d27420a48052e14e523a9406431c7c18fca6a62 1.69 MB 2,370 13
805,018 805,018 000000000000000000025bcd6521152c9c862483caaecbd83d6df64d162a4da7 1.34 MB 2,003 16
805,017 805,017 0000000000000000000023d23f285d8f9ae73652406ea8dd2726d8ec21f8ed0f 1.99 MB 5,961 7
805,016 805,016 0000000000000000000209e0a1afd0bf71f8aa0b6902d36183b03305f79b9c75 1.78 MB 4,841 6
805,015 805,015 000000000000000000004d8543a2827f2b3e7f349a214b0fc9af1e5929e8156e 1.64 MB 1,643 7
805,014 805,014 00000000000000000000c4da35d81e4e0d153804fd15a7de980458a8b727df52 1.56 MB 2,625 13
805,013 805,013 00000000000000000003cba3b9565317a5064d4af488b68bdb7db27ca94e2d1c 1.55 MB 1,381 9
805,012 805,012 0000000000000000000236499c1ffe8fc5dd577b3034e2d380a431aa1230059c 1.55 MB 3,477 22
805,011 805,011 000000000000000000028ecf502ab48f4d43f96e513c5ec347765416957c5c5b 1.45 MB 2,647 16
805,010 805,010 00000000000000000000d39149dabe39bef2fcc80379ba4d27d6d3dbf2dd8a76 2.01 MB 5,852 7
805,009 805,009 000000000000000000036734229582fb84ba72605741bc5376c248f15aabd4f4 1.61 MB 3,829 6
Previous 10 blocks ↓
Total Size: 702.60 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,556.84 GB sent, 228.77 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.