Memory Pool Memory Pool Refreshing

687 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (66,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,570 841,570 000000000000000000020c6c5a3a3692bc6eb945904e5bcf3faacd00969f95d9 2.04 MB 3,391 21
841,569 841,569 00000000000000000002797f5061823742bd2a1e1a3c18f1f8be71e25ff6c2e0 1.73 MB 3,261 31
841,568 841,568 000000000000000000004c4208d2e939040734b2400362bab0893236edf321f9 1.78 MB 3,339 23
841,567 841,567 000000000000000000021b1ebba7769fe1e8c263abce28496c41fd0b223db3ba 1.77 MB 1,864 21
841,566 841,566 00000000000000000003288e65f0f9ff81bbc21f0df93f6cd469a8d760f45fa5 1.61 MB 3,329 38
841,565 841,565 00000000000000000000a35808e2e84833978cf29ce569fa517f4d4868b31700 1.56 MB 3,579 40
841,564 841,564 00000000000000000001e17d2d283cdb965f88984ccee27bcb7a585fe3d41174 1.59 MB 1,540 21
841,563 841,563 000000000000000000006af9771c2689fd5aaca86e2223e7dc3ba854d046f880 1.49 MB 1,299 24
841,562 841,562 00000000000000000000060832ca8883daa4a528a196e3581e005f8c39ddfbe1 1.74 MB 2,357 25
841,561 841,561 000000000000000000018e0fcf894f7d222b8687c776c83b4b8f15431fd909a0 1.54 MB 2,835 40
841,560 841,560 0000000000000000000196028e8d93f3b6f1359a954dc30ecfece0b7171d2f5b 1.61 MB 3,317 45
841,559 841,559 000000000000000000029a14ca46b641cadd5adf8a9512869b04b4dc640b10f0 1.48 MB 2,056 25
841,558 841,558 00000000000000000002e52118eef19462e543d8f7f904102ae8f376178d70bd 1.53 MB 3,329 43
841,557 841,557 0000000000000000000069a38993d8375c8cd754d6b4afdd820b026da1dcf4f5 1.64 MB 2,994 38
841,556 841,556 0000000000000000000280b36d8fd97f41793f9817ac48941df1e566bc4c84dd 1.71 MB 3,176 35
841,555 841,555 00000000000000000002eab8754f11d944846486e6b592df11986346525988c5 1.61 MB 3,036 40
841,554 841,554 00000000000000000002fb6ea298935b3d99906d63d0573fc5906b8b5bc9c348 1.63 MB 3,353 40
841,553 841,553 00000000000000000000060c750cf9de56396009b4e6fe5d4d6ef3aa80504c23 1.56 MB 3,314 50
841,552 841,552 00000000000000000000d5a066f6a640297fd3734632dba9ce8b8e8b43fed92b 1.44 MB 2,832 29
841,551 841,551 00000000000000000002dc14533c108f9d9a9d8099cb778e6ef06c8b539938e3 1.68 MB 3,097 29
841,550 841,550 00000000000000000001ea6146fc0efcdadbf2840108b9feeaa71b0b28a951a3 1.65 MB 3,313 30
Previous 10 blocks ↓
Total Size: 769.15 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,632.60 GB sent, 93.62 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.