Memory Pool Memory Pool Refreshing

76,348 transactions
21.46 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,114 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 5,858 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,113 (212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,901 864,901 00000000000000000001f3bba4c04e469ba575f4e72b389de04168c4107f221a 1.55 MB 5,296 9
864,900 864,900 000000000000000000018527ec0dd5aab04780fcde35f192f1fdc41b5f7f5a85 1.53 MB 5,410 8
864,899 864,899 00000000000000000002a147bef91a7f54e66500a46ba40c1045ed23a37f192d 1.47 MB 4,398 10
864,898 864,898 000000000000000000024d5f5d99f2d0c310d1ee8c85116a2159400f80f8b6d9 1.47 MB 4,844 10
864,897 864,897 000000000000000000003110cd3d3aff17c2d325fe90b4a119d8565f021076ee 1.51 MB 6,395 11
864,896 864,896 0000000000000000000060796627b3ced2a45b9658186931b862dfa19cc16dad 1.46 MB 6,562 11
864,895 864,895 00000000000000000002cdffe1703c91710b0fd227c8ff167cf003ad13b20861 1.56 MB 6,291 12
864,894 864,894 00000000000000000002f610b95e5b6af7ae39da5348f8c332e3a1db5a86a8f1 1.44 MB 5,602 6
864,893 864,893 0000000000000000000070c258f03b468175598cb04f715b3bafdc2e393d5c40 1.47 MB 5,399 13
864,892 864,892 00000000000000000001e67371dd779102331f02f9af440c1d90b813c6fa8973 1.81 MB 5,402 4
864,891 864,891 0000000000000000000093ceed8d2ace1c47a57243f846806a29bd79ebc59e58 1.80 MB 5,469 3
864,890 864,890 00000000000000000000401d857b9750883c63da164a6b3bd99b32e3f31530c2 1.68 MB 4,956 3
864,889 864,889 0000000000000000000047a4a52d4656eefd49bcfe310c55c961a5633dd5b71c 1.85 MB 3,681 3
864,888 864,888 0000000000000000000299348f365b0cc04db5e8470140af638fb3af0c9da138 1.51 MB 4,878 6
864,887 864,887 00000000000000000001afb68a00cea0a5a182177d5e3a08656713ce19e07a4f 1.67 MB 5,575 3
864,886 864,886 0000000000000000000225cf987a53218e96be9cbfe4b7aa05e1880d9ee61377 1.51 MB 5,612 5
864,885 864,885 00000000000000000002f4fd01c2d1600cdceca03d541234fdc092359b975f74 1.49 MB 4,925 4
864,884 864,884 000000000000000000027177cd2b92241db5b8a12906fe58c29591523e0af668 1.50 MB 4,828 3
864,883 864,883 00000000000000000001defe95b82f3ba846cd4fc637a7cfe2974cb4baf8b55a 1.62 MB 5,559 3
864,882 864,882 00000000000000000002a0d4d44f0e082689558ce0bf6ec116d347f0f48a2139 1.59 MB 3,103 5
864,881 864,881 00000000000000000001ba110a485e89cc0b05ee30f6c3759b7fe1dcbcb933e2 1.58 MB 4,095 11
Previous 10 blocks ↓
Total Size: 690.11 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,672.64 GB sent, 142.09 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.