Memory Pool Memory Pool Refreshing

4,049 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,717 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (7,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,766 900,766 000000000000000000019b7a6070ee5714594fb616f3684759270fa7d7183747 1.53 MB 3,627 7
900,765 900,765 000000000000000000021799ddebca89f7a814d66d098f16aa35390e5700e3ba 1.59 MB 3,833 5
900,764 900,764 000000000000000000022551a7b2bf7fd167ed77c3eaf045a6b81e744ca53206 1.54 MB 2,424 2
900,763 900,763 0000000000000000000175480de4ea31e2586eae11bcc39ea76fb849c1c194ab 1.66 MB 4,536 4
900,762 900,762 000000000000000000018322374362b3ac715676b02c9a4d48b25a17361b3443 1.79 MB 4,791 3
900,761 900,761 00000000000000000001dc078f25362711d95927db68d1fbecaf46adac3acd37 1.76 MB 4,806 3
900,760 900,760 000000000000000000000e03b5975bd54e69a0508b9e71dbe3a5f5c9c91c1706 1.68 MB 4,326 4
900,759 900,759 00000000000000000000162fc231170ae2b482b84e0100d286bf840da0646376 2.01 MB 3,752 2
900,758 900,758 00000000000000000000b061a675a5efef938300766cddb0b5cd69c43b0d6343 1.74 MB 4,653 3
900,757 900,757 00000000000000000000cbc639bf8d42457824ad29ec2e61afeea3fe9cbc44f8 1.70 MB 4,466 4
900,756 900,756 000000000000000000005d9f11e5579274c3ac090c6fcb74adea9d2d7a957a32 1.81 MB 1,963 3
900,755 900,755 000000000000000000002c4322ff46668f8195add2fdf07a971d1be0d290336a 2.05 MB 1,114 1
900,754 900,754 0000000000000000000062839f026cfec45f468506878c9dca9d8e55d45b0bc1 1.71 MB 1,875 2
900,753 900,753 000000000000000000012346937de9addf8c7bef7d90a2c6781edab1c707e814 1.54 MB 2,539 3
900,752 900,752 000000000000000000008e2a7dd53034339a2ae55eef5343d21ea324f649d91d 1.55 MB 2,125 2
900,751 900,751 000000000000000000005b88c2ad2a4a441e45f5583a81870fba440ec02d90ee 1.34 MB 990 1
900,750 900,750 00000000000000000001dae19f9025c9957060c022d07ea0430907e27a767fc3 1.29 MB 1,023 1
900,749 900,749 000000000000000000022486f3856d21984a2b114a7b7dd1a1db222b74c3d11c 1.49 MB 2,791 3
900,748 900,748 0000000000000000000197e822b2c1ad6027e9d3c68c1819324910204dcf1666 1.67 MB 1,821 2
900,747 900,747 0000000000000000000072843021636b994cb6664fc62b5bb100bf813a96394d 1.55 MB 3,411 4
900,746 900,746 00000000000000000001034bfc60e25b99cfa1035152604f4a3e44ee8299e3bc 1.48 MB 1,146 1
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.24 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.