Memory Pool Memory Pool Refreshing

1,577 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 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,591 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,531 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,590 (848,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,541 60,541 000000000330971e6e52703f99acfb72139f78c9e927f483cc4e5989c9e91411 0.00 MB 1 0
60,540 60,540 00000000009bc4d0b246fc9196522e2ede9b6448f4588b0601b378aa619c359a 0.00 MB 1 0
60,539 60,539 00000000040626a5543bed1281608ffd38f1d85aa42b05074b227b8c8ece24d6 0.00 MB 2 0
60,538 60,538 0000000008c7e73dfe941f05e688e6bf026b4f2d3d114a4abdd91825d9664f01 0.00 MB 1 0
60,537 60,537 0000000005d82c490d5e7f4817644c307e788851cb4780976383360203cfb4c4 0.00 MB 1 0
60,536 60,536 000000000768404db9d131bc277d77abcf79d3bd0a6c4e08d78e52bd8b657cd7 0.00 MB 1 0
60,535 60,535 0000000006629bd57caff477e4ece52ba8205a741fbb90eb61c5b79c76d6e55e 0.00 MB 1 0
60,534 60,534 0000000007dd47761ba83d7261971aa08b32a725626bf1b7542303530fd84f94 0.00 MB 2 0
60,533 60,533 000000000a76f35c66c9ccc7749a771aad570d6f813b16ac6027d0ef354241ca 0.00 MB 1 0
60,532 60,532 000000000734f312896241af540f2eaa1c7ec1f7e1e991611efe2398ca6155fa 0.00 MB 6 0
60,531 60,531 00000000004950491fc01c57a932f7b058ea8caaf714181551dd3946f1dec9c0 0.00 MB 6 0
60,530 60,530 000000000cf133431b464a6038ecb110e46555b8b38991dc84c7a25463800107 0.00 MB 1 0
60,529 60,529 000000000b9acb3fb7261d1dc87366e860aa55a71c3798f5b3d531843b83bfc2 0.00 MB 1 0
60,528 60,528 000000000b922c0eb6a35803d2ae12e5a8c36045e16814cc63444fb1ada0ed4c 0.00 MB 1 0
60,527 60,527 000000000e816cb437810a8823adcf2c8e4ad22115beb6ef311ce0827e2831fd 0.00 MB 1 0
60,526 60,526 0000000001b2e89f9f938da69eee55e54400de559ad406cea3d07d5625842452 0.00 MB 1 0
60,525 60,525 000000000eaddac3a83870cce863c2d615719a175416fd0c47246a255209634e 0.00 MB 1 0
60,524 60,524 000000000bd1d95814eb1d9073e15fd7474ee118682759b3ca88b419b8d71b80 0.00 MB 1 0
60,523 60,523 000000000590294c0f106351618e8a74d80cfd6db41f39703db8dc9ea6c5926e 0.00 MB 1 0
60,522 60,522 0000000007b8f661300e52e5030ac4cec1ec7810e4002925c61e0987fe71616f 0.00 MB 2 0
60,521 60,521 0000000000611236a5ca000f86b734fdfb76517c687c65216a51cbb691eea6ed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.17 GB sent, 100.96 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.