Memory Pool Memory Pool Refreshing

33,187 transactions
18.62 vMB
Show Random Selection Loading Transactions
Max Size: 120/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,694 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,921 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,693 (41,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,043 828,043 00000000000000000001c46da2be923ccfd8f1044ed8a515ca3977f456a1c919 1.91 MB 4,625 26
828,042 828,042 00000000000000000003cdcf066ad6873311522320e492f7ce6034f7d0ca7064 2.06 MB 6,457 27
828,041 828,041 00000000000000000002a4dac9452d0f8bf4c629ca332d028639ceaa7e18a871 1.83 MB 5,204 28
828,040 828,040 00000000000000000003fe2dbb38fdacef0cee394df9894ec7698f02c1817ef2 1.58 MB 3,182 33
828,039 828,039 00000000000000000001fadd97d078cf552130c177caadb31e680a16d767fe7f 1.68 MB 3,722 30
828,038 828,038 00000000000000000002c60534039804dee4bf54137c6b6a45148afcdb51654c 1.55 MB 2,930 45
828,037 828,037 000000000000000000026813471fc96140d696263f4d00a7bad22662491599e3 1.90 MB 5,681 29
828,036 828,036 0000000000000000000273af78c9b75db792c92360ccd6e6d56cfd80a8b2d1c7 1.87 MB 5,230 31
828,035 828,035 000000000000000000001b7e5d32420533792fabf32796b669a16985d3ea9cc9 1.78 MB 3,868 29
828,034 828,034 00000000000000000002610a7f33bd9cd3b8b5ca06603e3ec7fe94b96719504f 1.57 MB 2,719 37
828,033 828,033 00000000000000000000ffcfad98cebd3f7c73cc7262aae735d0d65bda9be828 1.54 MB 2,847 48
828,032 828,032 0000000000000000000117f66d941e03d313b06be44ebb2ce97d5bd390438501 1.83 MB 4,862 31
828,031 828,031 00000000000000000003986f877c00eed4c21222a32f2a45f3f5ac9b38a14f01 1.66 MB 3,600 27
828,030 828,030 00000000000000000000faca82b3cd2ac9a4721ac38756c2c3a7c54e3006113f 1.68 MB 4,182 30
828,029 828,029 000000000000000000039eaa704dcd2fe5787cc1bdb0aeeb0c324adad7829849 1.56 MB 3,025 37
828,028 828,028 00000000000000000002a971ae876b75f1e9c7e29aff91d5e285af457cafc59c 1.82 MB 3,857 29
828,027 828,027 0000000000000000000038dbff01ce72c576a2f6de65aa629d13f8f8171d249c 1.73 MB 1,766 26
828,026 828,026 0000000000000000000253696f0886c48cbbcdeba84c0ba35e7ff938edb406df 2.01 MB 5,728 29
828,025 828,025 00000000000000000000e3bb2f5c041cebc7b3b30e37a357f5c2d9f9f8a749da 1.64 MB 3,180 35
828,024 828,024 000000000000000000030690014aa44d7bebfefdf9e9b2e1fd8a74613d1c9a89 1.66 MB 2,888 34
828,023 828,023 000000000000000000019c871e47f1e2bf375873cd3aa0f70f65182b79dcc078 1.69 MB 3,525 32
Previous 10 blocks ↓
Total Size: 698.88 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,101.49 GB sent, 203.18 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.