Memory Pool Memory Pool Refreshing

4,008 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 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,166 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,152 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,165 (900,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,237 7,237 00000000f13295efafe1a7c5498a889d542604af98a705fee95bd2feb6cda2e3 0.00 MB 1 0
7,236 7,236 000000008773bccf8a80a86b91cebf36a59cee12b2d5934bec88e1c6d8e3cfc5 0.00 MB 1 0
7,235 7,235 00000000e0b065f06b321953224a714423492fbff921bb732076528d4df7ff70 0.00 MB 1 0
7,234 7,234 000000008ed1ebb5f9eeaec3ec58d49ffb4a50e32abbfa93a931dd9e52eca983 0.00 MB 1 0
7,233 7,233 00000000d33ba642f396bb1372dfd23a7936e490799ed3d90c7fbb07d868a65e 0.00 MB 1 0
7,232 7,232 00000000fe181cddb6d521927a412a41374905fafa83f4d14b186ffda7ed2680 0.00 MB 1 0
7,231 7,231 0000000065642847653a57223a93a8f111e07a30ef7ab6ac0bec5f0a1d3c5bdf 0.00 MB 1 0
7,230 7,230 000000008a8b89114c0603abf59b0853e0ab5d4d8762aed2dd49b87dd9cd3355 0.00 MB 1 0
7,229 7,229 000000006d0f8fea03ffbc8a045e8df4d35f571d8e7297503a6a64269344c152 0.00 MB 1 0
7,228 7,228 0000000034919ca31173f4f19fd71f9d9b46d9f0d3a2231bc6ce83aa569b1390 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.86 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,680.98 GB sent, 97.18 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.