Memory Pool Memory Pool Refreshing

39,972 transactions
27.82 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,111 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,198 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,110 (366,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
497,040 497,040 000000000000000000808d8512fff28aaeedf872480c20a81b1990049ea7d232 1.11 MB 2,493 191
497,039 497,039 000000000000000000470e236fa9a8e1271d03a6daf42ac1ed4d0bac3763f9ce 1.07 MB 2,247 194
497,038 497,038 000000000000000000ce192291ffff7de2eda1b1c5e886d7cdab0f6d4f031e50 1.07 MB 1,955 211
497,037 497,037 000000000000000000640cb5001a3bfb00b44ef57d03577e686ab68c7dea904a 1.06 MB 2,388 166
497,036 497,036 0000000000000000007fcb2d8f23901a5f22e023169e2e52339cbba0603109d5 1.06 MB 2,160 177
497,035 497,035 0000000000000000006ac82c5db2f1b4d0efc0094637b824e82e9023c7115864 1.10 MB 1,701 202
497,034 497,034 0000000000000000000418caf804e1258def06fc224fd8a101f8f10afaeb648c 1.08 MB 1,568 219
497,033 497,033 00000000000000000041e13dedab3df68ff397f2837689b2b5221f2cb7c0b3f7 1.06 MB 1,965 165
497,032 497,032 00000000000000000078485b2286a3a12904595f67c349676aec64e4e39734bf 1.06 MB 1,933 140
497,031 497,031 0000000000000000004cbbe8f640e912b857833482860a97225cd0d99a01246e 1.13 MB 1,446 161
497,030 497,030 00000000000000000054698ff7ef31fdab14b6962bb1d5439ec7446b849f91a1 1.14 MB 2,088 166
497,029 497,029 000000000000000000c7c8226b5f2167009a7a0f6085a456acb4b26ffb08e3a9 1.11 MB 2,323 166
497,028 497,028 00000000000000000009e51d5bee48a7d9d1f0acae7d232168a952025d686668 1.06 MB 2,404 214
497,027 497,027 00000000000000000075c48ff4991a2fcbf61f9870a36806320d979838562ff2 1.05 MB 2,234 227
497,026 497,026 000000000000000000a0b55ceaa816cd764e547e4e5b44b0ed8503c852ac6f21 1.11 MB 2,160 164
497,025 497,025 0000000000000000008a14d9c5c565fe61a8454f1f77c5c1f8458b2654326811 1.07 MB 2,434 185
497,024 497,024 000000000000000000ba4ef82bea0901ddbd3783b8b8026a450a9f05bbb8dfaa 1.02 MB 2,530 57
497,023 497,023 0000000000000000003979abbd04056fa3818de1176ade9c9880f532cfde8cda 1.17 MB 1,746 128
497,022 497,022 0000000000000000006aeb5e8c776a8f4af101a6ffdb008c96f5e593ffb3d5a1 1.12 MB 1,862 174
497,021 497,021 0000000000000000005d533dd49b53138aa3bc018edb2813043d71d6ef7db1f9 1.07 MB 2,657 202
497,020 497,020 000000000000000000a4c1581f2fb6cbb6b15353376ce57b343cca3cef157e6f 1.19 MB 2,549 136
Previous 10 blocks ↓
Total Size: 686.30 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,434.25 GB sent, 114.05 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.