Memory Pool Memory Pool Refreshing

6,608 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,217 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (16,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,289 891,289 00000000000000000001cbe1e49849998067f8d0d17a3ff1e976f5dd493366f5 1.81 MB 3,250 15
891,288 891,288 000000000000000000009e1699933aae2e3b49f25b1a789d2eb3732a90e7e4cb 0.75 MB 1,282 7
891,287 891,287 000000000000000000011199b6f9235cd7f2ea8f3c44481fbf90d421b253670c 2.17 MB 1,377 4
891,286 891,286 000000000000000000024388b166b1ab548fb0cd555ae9bac4a9d793f3260d21 0.72 MB 632 5
891,285 891,285 0000000000000000000023a742474ec43dfa8812a3e000971e133bda7fe2ee8a 0.64 MB 601 3
891,284 891,284 000000000000000000015ebf2571c47a5070b915a6c44943ce896e28d8283657 0.86 MB 1,406 4
891,283 891,283 00000000000000000000ac75accc147551054a2f753270e4b1347ee7372ab372 0.78 MB 954 3
891,282 891,282 00000000000000000000573c97d6fd18307fd16fa9c5783fac03c73900867467 1.27 MB 1,054 3
891,281 891,281 00000000000000000001d4df0cc12446b1c4840eb79f9568c9f40178765ab714 1.11 MB 1,710 1
891,280 891,280 0000000000000000000201abe578a02913ba9eab1b9c697bd1f24f4a7c19deea 1.66 MB 2,778 4
891,279 891,279 000000000000000000007ad3e03ce1d5bbd163e924c62270aa1a01ea521614a6 1.77 MB 3,133 5
891,278 891,278 000000000000000000009f8d240958dc888b05339da053177c2548fed2dca4f7 0.40 MB 496 1
891,277 891,277 00000000000000000001143e2cee4d672231bc4aae03327a2742f5c201c0eff1 1.66 MB 2,688 3
891,276 891,276 00000000000000000000caadf94ac3ca98fa8929f2522d83da75f4840f1c7d76 0.05 MB 142 3
891,275 891,275 000000000000000000021b93f12ecd2324ea487160621db43fbdfdffcc020092 0.61 MB 1,134 4
891,274 891,274 00000000000000000001dbe9b9802d874196c88d3490d7dac93fdc485213ceac 0.15 MB 348 5
891,273 891,273 000000000000000000014e87dc24f55914a211821bf4b29312c15d321a7991e6 1.35 MB 2,259 3
891,272 891,272 00000000000000000000baac5576f531dc8adc8196e3c073eb517cfdb8e5b054 0.30 MB 712 1
891,271 891,271 000000000000000000001e24f1dad05e8fab0caabec6cf0d446caad4b3222c55 0.85 MB 1,837 2
891,270 891,270 00000000000000000000aa6950db24c4e6f2ef526e7ff2f50fc0ad929aef34bb 0.70 MB 1,293 2
891,269 891,269 00000000000000000001aa49237af11b3b443ddaf73c8fe72d042b978aae208c 0.72 MB 1,324 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.91 GB sent, 93.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.