Memory Pool Memory Pool Refreshing

2,312 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.61 vMB 2,298 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (827,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,585 80,585 00000000000df4a20c77e955ba7d57379377c60dff4511451dc273d17ecdb04d 0.00 MB 2 0
80,584 80,584 00000000002a33fff0004e81e75e4fccc652e4d7a0cfb5976d589ff315fdcbc4 0.00 MB 2 0
80,583 80,583 000000000056fd4a4416b2a11c78128d00e2dab749495e315d1f883436c9b708 0.00 MB 4 0
80,582 80,582 000000000052a36fa62351a269e3f04b58f9ff6b6b36787a14e1729cadd264c0 0.00 MB 1 0
80,581 80,581 0000000000513391c9c64006ae8f610ab15ffc64238e52cb6c75dbb748026ae2 0.00 MB 1 0
80,580 80,580 00000000000d5cc3e660f0e8da49cab99d232bc9cd3e6902dc677f6be0acce0e 0.00 MB 1 0
80,579 80,579 0000000000096ffeee2eecfbd0cfc325997f7b0b1c8a1edd8629c98a0adf8392 0.00 MB 1 0
80,578 80,578 000000000032cd8282313d5454f9c8b2efe75ac7f765f5f62ca515607fbfc704 0.00 MB 1 0
80,577 80,577 000000000041056bcc601ac3e7f60c13af5302d30b4d2c37377a3a0587083852 0.00 MB 1 0
80,576 80,576 000000000005c01425a9586b627f42a488bad25b0804d6c230e8ad1b79b905dc 0.00 MB 1 0
80,575 80,575 00000000000d45e0c79828e29bf815d46a5f2fc7022d17c1ef26f24e67ef0ba3 0.00 MB 2 0
80,574 80,574 0000000000367a3905bbe30bd0b611ce77fca2b66d5fa233a7e6614ac4897ff7 0.00 MB 1 0
80,573 80,573 00000000003887612474e1763b188ca494e9e514e6b499b6520b3b5bf34a9ba6 0.00 MB 2 0
80,572 80,572 000000000018b9a53f3bb722d5df5919d2f1a37e8568f899ff04c9ac3b4df41e 0.00 MB 1 0
80,571 80,571 0000000000009b45715273f8c77edd549eeb0956ef066cf8a85952fad3fb9e2a 0.00 MB 1 0
80,570 80,570 000000000024c56a9cae8ef7f0b1974dca1818f673c5be8ae047e7fb499c4eac 0.00 MB 3 0
80,569 80,569 00000000002d68cea716b3d6aa4984193e6d77254b0377bc3b1aae3c8e3522bd 0.00 MB 1 0
80,568 80,568 0000000000354269b5875adbe1f15d771d98518197fbd5d7c2a5f5c458355116 0.00 MB 2 0
80,567 80,567 0000000000353a7f166d2b7c2c16f7a706c39529a05d9e0855fee7313a2254a1 0.00 MB 1 0
80,566 80,566 00000000004eee6800be9ac69f1e244f7da0fa5443e7db58da7af8fb3ebed14e 0.00 MB 1 0
80,565 80,565 0000000000485c76e41218f0b684236f90f06dae45a6fd704ae4901248f50e16 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.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.