Memory Pool Memory Pool Refreshing

57 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,605 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 51 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,604 (871,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,167 37,167 0000000066cb0326f5102429731e739394b5d4fd3bae5a2ad44fbc276b8ef863 0.00 MB 1 0
37,166 37,166 00000000720abf9ec5d5ad783cb53040837a3545e148dcadca3ed437050abab8 0.00 MB 1 0
37,165 37,165 00000000199b8a913274c5ae3c106a10c78cb513d51f2363da1d14521c4000ba 0.00 MB 1 0
37,164 37,164 00000000558d895768ff444c21a95d0ef6a0ace837f345c52ffe6e1d386668d9 0.00 MB 1 0
37,163 37,163 00000000a7f4f0903034db86d813024951cad44cdca553092ebe76e0a27721c6 0.00 MB 1 0
37,162 37,162 000000009322cd30d4b792ea117195232f27702a5314c83f029043432587d7f9 0.00 MB 1 0
37,161 37,161 000000007596fb481ffbe2bef5d3b6e96c1c1dc95aaad6da5ded5da85f1f7fe9 0.00 MB 1 0
37,160 37,160 00000000b38fb41f40714718985dd62cc7da6d88e863a58ee1c736a17edb1ed8 0.00 MB 1 0
37,159 37,159 0000000081aba1afe9ecb6e5cfcefc8faf722afe426c25a83ee9aad4dc6d6ff5 0.00 MB 1 0
37,158 37,158 000000009a3debe68e6fcb41debbce7d1636ec0b48eb4a34d73db3b6891c264c 0.00 MB 1 0
37,157 37,157 00000000a33aa93faf4d57dc6e993c1f7e22a67996b7a9834f34004951827863 0.00 MB 1 0
37,156 37,156 000000006c14b4dccac5c6b05d06b6d6488588f64a3c12f3c97aec7182713d63 0.00 MB 1 0
37,155 37,155 00000000310d10164770f3663ba939518bc7ebd39576e1908db53a89796ab8b9 0.00 MB 1 0
37,154 37,154 000000002e3bf5361c3da64908d31826be13713caa3b665d757ff6ea582c2dc4 0.00 MB 1 0
37,153 37,153 00000000780a2576d4211ed4563ff5eee116911eaecdc68fd5155af4d095755a 0.00 MB 1 0
37,152 37,152 0000000013a131c76914b8c1516d9beab6944b2e0a98998c07bc4eeb3bb3ad95 0.00 MB 1 0
37,151 37,151 00000000974c48af0f9e6bbae7803223766d2c02a8b1c3b1a967bb893223c102 0.00 MB 1 0
37,150 37,150 0000000027ebd08e040bf805750def8e0daa1b068ee546b184852920e24027e4 0.00 MB 1 0
37,149 37,149 000000001b129e660977eb69888cc7b6915e47e38eb1e0d4503200f8241f10b9 0.00 MB 1 0
37,148 37,148 000000006e183dadcf05093a25e9b30cd68cf341ffa11a903d825b03376babb6 0.00 MB 1 0
37,147 37,147 000000005035f0f9dc03a4722a861e802a8a1be8adb87c4c2e236933cc7aeb48 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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.64 GB sent, 101.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.