Memory Pool Memory Pool Refreshing

6,180 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,969 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (768,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,708 139,708 0000000000000112558df3f36f23ca7d34645c3dde8e60df25047bcb2f20c6f5 0.02 MB 33 201
139,707 139,707 00000000000001c369b90ca443f2257b9e27774c310a13cbd0f1500bf2f04ed3 0.01 MB 19 77
139,706 139,706 00000000000003d1fc3841bdbf4b757a0d8d9963fecb5042f6f193028a1d175b 0.02 MB 24 66
139,705 139,705 0000000000000508d9882c66d62bc79f42758fa194f41d5120474a20a2612389 0.04 MB 151 133
139,704 139,704 000000000000001166ce1fb4d021a6e7e1beb30c8bc3455c400d21d54e6e2ea2 0.02 MB 66 264
139,703 139,703 000000000000012f9c0e1b6464bc24a7a72f16b69c09619ab224e3b6f551d45c 0.01 MB 33 173
139,702 139,702 0000000000000668b0214440c75a9da37e1a87dac813297c5017619547da25f0 0.01 MB 24 152
139,701 139,701 00000000000001b87909f1a8d437f9b692f8b2366cfca8e775e01b3070f55090 0.02 MB 49 149
139,700 139,700 00000000000002b9765e4bce6db2b236ef98762b2d7b235fbfcd5e26365a7c2a 0.04 MB 131 66
139,699 139,699 000000000000023476276abc424d1f5b23ef65a908d0d124a990975e3f6974fc 0.00 MB 15 774
139,698 139,698 00000000000004a8dc5bd85e197e13fa7d0743196157a1485f3653426e0b0a00 0.01 MB 21 199
139,697 139,697 00000000000000b6f0a89a2e6149db67a7a8e932d94b4987f2e70a36c618f692 0.01 MB 38 178
139,696 139,696 00000000000008d572fb427d04f2c92d17dec60d3e6c8367260e49a4f88dac96 0.00 MB 10 399
139,695 139,695 00000000000002bcc61246624f638c21211a3292f23c59fcb33c8076ca2e7b88 0.01 MB 19 125
139,694 139,694 0000000000000629da18e07f658511301559bd009598695661cd81f54d61a897 0.04 MB 118 96
139,693 139,693 000000000000077332e63d5adc1da6d48dfd4c4b6fc181b6491802005fa3aac0 0.05 MB 83 75
139,692 139,692 000000000000072f806734dedbb4eac644a1a9f86a86f98456047d65615710db 0.01 MB 18 171
139,691 139,691 00000000000004132390b99e2b18a71c382c1dc46b5a57bb86d42d8599426ccc 0.02 MB 40 146
139,690 139,690 0000000000000187fe9ed54d5d7f14effa808e6710cf978353cdb96c412b2a03 0.00 MB 10 193
139,689 139,689 00000000000006234506928c3fa2d91b6c4ef9fd6357b63d9c84380baabad77c 0.01 MB 27 55
139,688 139,688 0000000000000719e67db024c5fde1f811152d1528fefb46e328491dca2c0908 0.02 MB 37 312
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.