Memory Pool Memory Pool Refreshing

186 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 173 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (871,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,174 37,174 0000000037634f64c69a02f399363a6561c58768fa22c12e92586aaf49a01d33 0.00 MB 1 0
37,173 37,173 0000000050042e736953eafaaca22d0e751962da0d571a236cfcacc3d87ed3a3 0.00 MB 1 0
37,172 37,172 000000004e37e51f01719c1352bab572f0f2018c0f56a64a861ebeff6526a84f 0.00 MB 1 0
37,171 37,171 00000000841cb5c9ff2cd86c1f57b7f2837fef631c90bb57e08847daf38f2835 0.00 MB 1 0
37,170 37,170 000000009619ca6a321350d26ebf966c084b5cbfc1cea50399360fd328a473eb 0.00 MB 1 0
37,169 37,169 00000000bc8978362dc5af84981677cead7517e0a5adfbf61ffe33f46ec3b3b9 0.00 MB 1 0
37,168 37,168 0000000014d42db1c5b4dc059645655d22c4626e062674c261bff2774a3b30ae 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.