Memory Pool Memory Pool Refreshing

4,839 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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
907,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,825 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (545,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,662 362,662 00000000000000000000408db85bb513d26d72bf0ea42bdae820767f6e2697d4 0.41 MB 507 22
362,661 362,661 000000000000000002c302ccf8444d3004410dad95d8fb7f1852416f7770c1d1 0.64 MB 889 25
362,660 362,660 0000000000000000139de1afc5eb2a86c6abed91ad5798a255f46ec3758a2f20 0.75 MB 1,843 36
362,659 362,659 00000000000000000bad371b9988ce371ae05bdf579a83fb0d3f053aa959fc89 0.25 MB 177 7
362,658 362,658 000000000000000013ee9033d1099da4f7b1bb7d0d2e88263fb2efb44041f259 0.74 MB 1,261 26
362,657 362,657 00000000000000000bdd3fa2093c86784cab4679c11751c0577963ed5835930c 0.75 MB 1,202 23
362,656 362,656 00000000000000000f6c5d1dec3d32528715bd256db7e43fdca9d1e024d6112d 0.92 MB 1,532 37
362,655 362,655 00000000000000000f1bbbb14c7c0bbb4ee1a90bb68f49fb0694c728b4cb482e 0.93 MB 1,745 32
362,654 362,654 0000000000000000100e13e16e4337ac6b8a27a0b501322956e775cf4b084a63 0.32 MB 495 19
362,653 362,653 000000000000000003cdbe26bbc5ca9a1508dc6a25a3d6f8db3b4058b050a4ba 0.74 MB 1,362 26
362,652 362,652 00000000000000000e7d19b3ea72f7338a8c488798d4c87d21d12b71297f0304 0.75 MB 825 12
362,651 362,651 00000000000000000f5813963c4fdf83b724c7395fd97b1b59e40bc1e279629b 0.95 MB 2,119 34
362,650 362,650 000000000000000004cd866d36ed7ed57c30de54d035a4231a01fa8a6f9f0b54 0.75 MB 1,340 19
362,649 362,649 000000000000000012d67dbea9003641c905ac8ebb7f0cd41a82f6b3572d24c5 0.75 MB 1,285 25
362,648 362,648 00000000000000000bd44275acbcba71a03aa04b2c439bb50887fab855a622ea 0.75 MB 720 18
362,647 362,647 000000000000000008e4bc87360b8a3027a3c1a9e34f00c3fbf10f6af0bcb09f 0.75 MB 1,246 25
362,646 362,646 00000000000000000ec1f621186a86f17e55a555467822b5f64b126d91067cc4 1.00 MB 2,635 37
362,645 362,645 0000000000000000011afd41e9a0c7f9f9225876b26516cab24ef75d72809345 0.16 MB 594 53
362,644 362,644 00000000000000001266adbfdeff7bfe5192bd536f26bd10dbfa6163a9a43743 0.00 MB 1 0
362,643 362,643 0000000000000000125a31c89d36a9de5b1c8efe8522a5fce639131bd079e752 0.95 MB 2,321 35
362,642 362,642 000000000000000010236f2892fbe7aa1a99e990fd125fe4d2116c54f97cf014 0.08 MB 163 16
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.