Memory Pool Memory Pool Refreshing

7,764 transactions (2.69 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (863,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,042 45,042 0000000009d706081c7a69d30a92025c65cfd891cff7dd028399163fdf9055bd 0.00 MB 1 0
45,041 45,041 0000000031c885ceeea4b9b963652dacadd6b5ee360c84c5a4395d0efa45d861 0.00 MB 1 0
45,040 45,040 000000002892c0827f12783d5e1bcd5d440af305227bde169a76fd704e14df21 0.00 MB 1 0
45,039 45,039 0000000019dbf75183fd37cc4953f867c925505bc556893c4732fc0dbccf086d 0.00 MB 1 0
45,038 45,038 00000000005da8c8354e145086d96904a624301222cd2fac4c3a8270a2dbdfbd 0.00 MB 1 0
45,037 45,037 000000002abcac60e26d0f59f8ff252343d214dfac41f43d3e108880ecab6381 0.00 MB 1 0
45,036 45,036 000000000cd113649717fbf0cc46857dc6d8ed98687f33aa5b290463aef79e60 0.00 MB 1 0
45,035 45,035 0000000023bd2afce11e85fc4fb06a7557cb2b34f798a13a09e3022174c14dc2 0.00 MB 1 0
45,034 45,034 00000000174053d0e5e7b11ad125b61ee22a7b7c9b3ea0818f8e7a9834048644 0.00 MB 1 0
45,033 45,033 0000000008cf96757a08eac34bc7ee4bea7b4ecedd19a3e405701cb6ff44e93c 0.00 MB 1 0
45,032 45,032 0000000030c37193f6fd20f41d2ddd310aef5bdabf6da0753c0375dbb3abbcd3 0.00 MB 1 0
45,031 45,031 000000001a5e3618b37d0bd054ed19848658ce5b017772edd0d0a1af0de6f534 0.00 MB 1 0
45,030 45,030 0000000009513ddb9fd24e21fcd2d9912845e1628ff86ac7c45aa1c380a8d71d 0.00 MB 1 0
45,029 45,029 000000002c320a99ab09426942bc70fbc7f74586a3295a4502e1b467456ca81e 0.00 MB 1 0
45,028 45,028 000000002748b7e60b90f2684d051c3a51f94adfe9be506f57a25026502b4b1b 0.00 MB 1 0
45,027 45,027 000000000199b2a43330b9183dcdc37df70cf0f4e324964201ec6953c935d0d7 0.00 MB 1 0
45,026 45,026 00000000182757f2bde241bb2c5c374540491ba00c0109acf282ae0e97b6a3e1 0.00 MB 1 0
45,025 45,025 00000000057e6c4025f418ed8ddf931605af0f7395a5308712b81c375ab670c4 0.00 MB 1 0
45,024 45,024 0000000012fc5858b0d2108ddc987d6b47fe164aa18f6146d7d97d6cafdc5ee7 0.00 MB 2 0
45,023 45,023 000000001b16521669fec72f1956893a5451638678f2b7f5efbe204e822fbf3b 0.00 MB 1 0
45,022 45,022 00000000281abfe0b755d9bc940a310e2aab7f27d624ed967ec8d97ab3558167 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.92 GB sent, 102.79 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.