Memory Pool Memory Pool Refreshing

3,154 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,080 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (741,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
166,761 166,761 00000000000004893964088c4b185c127b7ffa49463ecc4711604cc5afef6b8d 0.04 MB 79 80
166,760 166,760 00000000000009a40ec86423cd299b5f6274ca239191ca28c53730ad825b67e8 0.03 MB 55 36
166,759 166,759 00000000000003a54300d6ec6925a72c32f206be2c27366393a31d35525d841e 0.05 MB 64 460
166,758 166,758 000000000000079333f1accbd8829d96d6c8b256c1ed4215810da1d20370c28b 0.07 MB 191 140
166,757 166,757 000000000000026607ac76814ee764612bb6fdd090fadfc2e289fdc3b2b6ac22 0.02 MB 62 126
166,756 166,756 00000000000000d5561291c966eab1d15cce20266f29e525f45363831fcfa1bb 0.02 MB 45 70
166,755 166,755 0000000000000a8fb45d3990ed82f34cc68cecdfd42d814cc06e4df56ea6e44d 0.04 MB 87 111
166,754 166,754 0000000000000349003d949f9f57df218bddaaa9f251492bd299859032a428af 0.05 MB 117 146
166,753 166,753 000000000000018dff3e4247c86937eecd849466236d6a91d5f188276cb802a9 0.00 MB 6 0
166,752 166,752 0000000000000aa62f119e8b67801c621a49e12b94b5f16e5cb62202bb49c232 0.04 MB 131 68
166,751 166,751 000000000000069b114a8eef2d5e9482ca5c244cc686e2f6bd6d50d953900d62 0.00 MB 14 56
166,750 166,750 0000000000000757ec621718dd8ca8d0901510f51187d2a29b6bbc17c68448f1 0.00 MB 9 95
Previous 10 blocks ↓
Total Size: 769.38 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,644.23 GB sent, 94.87 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.