Memory Pool Memory Pool Refreshing

4,834 transactions
15.09 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (901,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,227 7,227 000000006f571a21a59130d0f6f22a5d6d49f145a84b09677812e364410bae0b 0.00 MB 1 0
7,226 7,226 0000000094bb5fbd86492b3259b328ed1e5d497c272159c3c84e2637b968e6bb 0.00 MB 1 0
7,225 7,225 00000000dca66fd8c83987a74bcfb3be14a6ad212e62953bd2595242b35d207a 0.00 MB 1 0
7,224 7,224 00000000f2ffe6e9083ce65a57cd94131b3eaf0dfaf2d7921cf8fbe1a4b0494b 0.00 MB 1 0
7,223 7,223 00000000f40b1fe86c9a7238623aaa8f5398831065118ba6d0d27fd430401fd1 0.00 MB 1 0
7,222 7,222 00000000c23368c1235d7f96c4612d63a574816848d7d872fd415c111fbf9895 0.00 MB 1 0
7,221 7,221 00000000180884d496bf422717a1af045153b0a100500b6f627bb3252c74f8d9 0.00 MB 1 0
7,220 7,220 0000000060327d757e6926273a0e2ba1feecfdf0c784680934de2dea737810b1 0.00 MB 1 0
7,219 7,219 0000000026f7657f324b20225a269c26b4e03570b6f88e038e5e354010bf7525 0.00 MB 1 0
7,218 7,218 00000000a90a9d92334d5e5c939930f2dd769ef8e1dbdef153310b807041c943 0.00 MB 1 0
7,217 7,217 0000000032cf89506d8f27093464f1aaf7ae7452445359958383a1cf07277099 0.00 MB 1 0
7,216 7,216 0000000004360d38536083b7ce230f892ba7519f29645e8a64ff88c61e6bacc8 0.00 MB 1 0
7,215 7,215 000000007711c5fea394d4f48ec6133916e6d62dbfab9afeac3d81409fe8ea82 0.00 MB 1 0
7,214 7,214 00000000bb8169fc99b63b93cee142e681d97302587325bbc2884e00b408c4f7 0.00 MB 1 0
7,213 7,213 000000009ffa11c17eadc59fd47257fea07b3a11d81509fa79ed39cfb54c117f 0.00 MB 1 0
7,212 7,212 0000000017f705cb7ed5be17eb1eb9d4af765c62810e985964322140a8347e28 0.00 MB 1 0
7,211 7,211 00000000c4ba7c08aa7eae6210902548bdb3044b0c1b46414c7417a99a73b088 0.00 MB 1 0
7,210 7,210 00000000f7e4a39b5ae45a0e73c1719d177ee1078a69907fe485cacf7f0e8d3f 0.00 MB 1 0
7,209 7,209 00000000211fac5a418e2508b80abea0e62b404f3bd67266479e70e2b62679af 0.00 MB 1 0
7,208 7,208 00000000ac3bf74a7622732573800644b96129de1a634bfa4920c40fe98e6e41 0.00 MB 1 0
7,207 7,207 000000001d6312ccb7e8ec10155832e2215e33c0fc8f2175fb3e1ca6e3467017 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.