Memory Pool Memory Pool Refreshing

464 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 463 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (744,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,833 162,833 00000000000002a1e25c8440b62ebb17535dda31e7a9204f8663561bd7c655b3 0.04 MB 88 102
162,832 162,832 00000000000003becc0475b8ae433613b61529043b5abe5879e33d6ebb17003e 0.03 MB 76 48
162,831 162,831 00000000000004f4b92e904bede8d6c713c1797b328fa2d6b46d19ca6700c386 0.07 MB 99 316
162,830 162,830 0000000000000087dcd8050c8caa95e6ae0e86d0e1cccd2edcda76fb30836a95 0.02 MB 57 378
162,829 162,829 0000000000000acf279461bec54c9737e1cc0031c08a938800e92bb02e58c509 0.01 MB 23 21
162,828 162,828 0000000000000aab5282dda1b49d8d82219955c33df870f05bf337ee8f58fd40 0.04 MB 71 494
162,827 162,827 0000000000000656cec023356313f267f7df866c04d249c8bf0667c0e44db3b0 0.07 MB 142 514
162,826 162,826 0000000000000c869ab6dd7d9ca22f8471f8faa18598a0ce05e16b6a239e5c5e 0.01 MB 27 431
162,825 162,825 00000000000006b64ca4ba9a299be389a95e8edd7f1b73379b04110d3094b406 0.01 MB 18 335
162,824 162,824 000000000000051826f168297cc49274d55d3703eaa6126b21b97291ca3cabdf 0.02 MB 39 9
162,823 162,823 000000000000075ce734485c69ce85f7c22ea6da58ead9c1e7252aa01ca47b61 0.00 MB 10 25
162,822 162,822 0000000000000417b7604299672908bc0feaa2a2c3bcdb52b3f8b5292e48260e 0.01 MB 16 237
162,821 162,821 0000000000000d091bf898f4ccc168872b03259e0c68aa53f6f6b22f41b029b8 0.00 MB 12 17
162,820 162,820 000000000000075ed419d0513947414b01edfaa1c4d32a46034ad8eed02631da 0.04 MB 58 177
162,819 162,819 0000000000000d08bfc5122ed78fac75c50df3ac267b7a1cc42649f4f40d6594 0.01 MB 14 640
162,818 162,818 00000000000005a22202eff30e9716c288492057eb990bab5b974f61edf6974f 0.05 MB 163 64
162,817 162,817 0000000000000d3dab2122e3a2a69f816bf6a8d2b466102e3c14f90786a1298f 0.01 MB 18 60
162,816 162,816 00000000000005ef6dc4c9d56a9bd4558791db56d1379478dce59c77c6a8e9c8 0.01 MB 24 181
162,815 162,815 000000000000032fa4dc2aee073d8f7ce468714f42013a07a6aa87946c172525 0.04 MB 70 78
162,814 162,814 0000000000000c9194df7eded07ad35ad325e3f08dd571ce16b9fa1265f7bff7 0.02 MB 59 728
162,813 162,813 000000000000057d86a1e8b0f5718114a4ce31ad412df78be7452e3fe396487f 0.05 MB 97 584
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.