Memory Pool Memory Pool Refreshing

1,803 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,795 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (7,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
900,745 900,745 00000000000000000001046ab694bb1a7a0a8ae966dde87756970c3d684c7561 1.66 MB 1,531 1
900,744 900,744 000000000000000000010d4df74c4570eac6aace4c825fbc78cfb007844575a8 1.74 MB 1,644 3
900,743 900,743 00000000000000000000e31cdc58c2153245f4bf3423a19deeb75e2b1e65c114 1.42 MB 2,093 2
900,742 900,742 00000000000000000000b5badb8897e73ac2749c10fd345ec7c9fa9efe74d854 1.41 MB 1,985 2
900,741 900,741 000000000000000000020579428ecd834e32b6adef26e4410860b087df758ec3 0.16 MB 175 2
900,740 900,740 00000000000000000001bce2f5d09b35c32cd6a3800b79e51361b4789ed7d6dd 1.03 MB 1,389 2
900,739 900,739 000000000000000000006fae939a34fa39d41e804b038bcde994e0c787b41755 1.05 MB 1,344 2
Previous 10 blocks ↓
Total Size: 769.28 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.54 GB sent, 94.32 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.