Memory Pool Memory Pool Refreshing

8,506 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,810 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (741,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,782 166,782 00000000000003d2b5c0e03a14f491ed2b4b5d00b505049bed8a85cf75117e5a 0.04 MB 118 78
166,781 166,781 000000000000012ead86b7bae4cdbcdcc59de3efea9f45fb9d1dcd49eb100304 0.05 MB 116 68
166,780 166,780 000000000000047bef4a5ccd0a21a561b4828154480ae9a065c2f01eecf40895 0.03 MB 76 103
166,779 166,779 00000000000001cc06c81015aec5e7e4bf8785be71f33a3710219671c3636fb4 0.09 MB 196 99
166,778 166,778 000000000000034c1ba7553e719537d79058dc75ea4795f64d6830b524508c60 0.03 MB 85 0
166,777 166,777 000000000000026738c055be4e33fb0d1f2d7988b28fcbbfc574b17bcb8a8368 0.07 MB 114 100
166,776 166,776 000000000000055ef2908df72a0a72c355b2af39837ae2e5820653632ce89c21 0.05 MB 142 147
166,775 166,775 000000000000082f35cded7f063524ac3db61858b17703f5466e0bc5ebc15220 0.02 MB 45 59
166,774 166,774 0000000000000995a00af197cffc5691e3127dcd148cf082022de7d4a524d50e 0.05 MB 98 21
166,773 166,773 0000000000000c0fd2424c972a4ad185eb062d9de388c47de9b4426c6e61ce07 0.05 MB 46 747
166,772 166,772 00000000000005c5d94dbdeed47f7f5dedad1e8820a78880a4d2ac479c9e5779 0.03 MB 44 413
166,771 166,771 00000000000004125d081ada6b6dd90034c08c98e340c99b2bd9fba6e4844d43 0.04 MB 77 110
166,770 166,770 00000000000003fbe72e25ae46e32b686469327147f06239244d6d73e46f33c3 0.02 MB 44 9
166,769 166,769 000000000000065bdf544d66fa49041dbf700e9d7046b0ccc9c0dff2549b12d6 0.06 MB 154 147
166,768 166,768 00000000000004a31719d6c62cbc8cb8326db107535b887bceb8ff95127c691d 0.00 MB 1 0
166,767 166,767 0000000000000a877f101414ff04030c609edc5c3b438af59174487affdbc776 0.05 MB 145 39
166,766 166,766 0000000000000ab2f97d575d9d43d9592079d895fd2b727d1f3f333c986cb8b3 0.01 MB 29 237
166,765 166,765 00000000000007eca12b093f48c057d2ae4b19f214fa33a26f2c126bbd35bcf6 0.03 MB 39 200
166,764 166,764 0000000000000947b1826621eca53b9059befc794a33fe1d585d36dcc505d380 0.03 MB 84 60
166,763 166,763 000000000000035e301c266568798bb27839f4f83f6a7c9626752792797b1857 0.05 MB 60 137
166,762 166,762 00000000000007293978156624fcb3c076be9fef728ebc9fe017b0f4d818f70b 0.00 MB 13 20
Previous 10 blocks ↓
Total Size: 769.29 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,637.89 GB sent, 94.37 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.