Memory Pool Memory Pool Refreshing

1,682 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (882,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,082 26,082 00000000051c41d4047c9293d6a5a33d8ad39cc2e1ff5654e1e15208e4122e18 0.00 MB 1 0
26,081 26,081 000000003ec491da96bedb99e81fc1d559a02bfab30ab2a6b93413bd96373f00 0.00 MB 1 0
26,080 26,080 00000000a5046a96bcf3cb502abb3b96ae1e7b412e8126c1099d3c965907489a 0.00 MB 1 0
26,079 26,079 000000002fee853ba36352e56f4920b10b84e13bcdb01feb4f522d19161b98b3 0.00 MB 2 0
26,078 26,078 0000000020d89f604d2374a65b6931505ed6ed8fa317bf8609297715bf767134 0.00 MB 1 0
26,077 26,077 000000003228a4f4f612347c615c02a82da8963ca9d5eecbd117e5cdaf0c0d2e 0.00 MB 1 0
26,076 26,076 00000000679d3c72b59029ba1d247378d9595bcaf1125922930a283626c86900 0.00 MB 1 0
26,075 26,075 0000000044c668c368910c1b8938ad5b52b2c609fbcf08427adc6bbafab898a4 0.00 MB 1 0
26,074 26,074 000000005db36eb248da4ae968f8a5d494a221d3164e4fd50f2a2a258d9fbd25 0.00 MB 1 0
26,073 26,073 000000007bd836a43dee2c908bdeeebe94b26ad1181403aced442813c2363742 0.00 MB 1 0
26,072 26,072 0000000091e859df15bdcb24d38fd10260f21fcbcd3210ae076e1fd9ccc79ac0 0.00 MB 1 0
26,071 26,071 00000000296d5333a6cbd7c59435b901d2db904aa60d10381421b0e7478a6733 0.00 MB 1 0
26,070 26,070 000000006f52f2a8c7039397d77b4b319b65358a58e9f6a6c8ceb94b9f4dcd2d 0.00 MB 1 0
26,069 26,069 00000000d505dbca21e3ba6f734ae5d0cc768c96cdc3360377c8d1b574a426c0 0.00 MB 1 0
26,068 26,068 00000000a8aeddfed3ba502e0ceba22079b7ac13e225be05e76ca9633ab143da 0.00 MB 1 0
26,067 26,067 000000001da4c467b08077eb12daf128a72468e679ab51f196f40579c407785f 0.00 MB 1 0
26,066 26,066 00000000208ee136c12755f1475545b7ca5436ce5cc08125186d0b4fbdbef4e4 0.00 MB 1 0
26,065 26,065 000000000c3f6c8d6e33957aaae7e5663b674e25203f6f04ba3e2efa1292efc3 0.00 MB 1 0
26,064 26,064 00000000c094123b1a9e3160c775d3b22ca011ff88024d2258e03ed938689187 0.00 MB 1 0
26,063 26,063 00000000d725ca1d0db0a7d75605c17906a15941fc58af752e8f234978786d71 0.00 MB 1 0
26,062 26,062 000000003529ebef84c1c3ff0be724563f733944aabb2ad7f5f6d64d4b909a84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.