Memory Pool Memory Pool Refreshing

42,237 transactions
32.08 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
879,956 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 996 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,955 (133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,822 879,822 00000000000000000000fedfd860817266cf0e4e9d51f90c6d27b01fc72a3038 1.88 MB 1,728 3
879,821 879,821 00000000000000000000567637aa7c05854a8138ec4a5412b7f9ea15d1711201 1.87 MB 3,317 4
879,820 879,820 000000000000000000019fc7d81e10e47231594fdd9e34cb5e3b6bfc48ada471 1.68 MB 3,393 2
879,819 879,819 00000000000000000001b9763dccdfff814011e0220f1e0a71c1e0bbb2906590 1.71 MB 3,131 5
879,818 879,818 000000000000000000016d6b2912a8cf46301e3ec52e61aaee9d0c95972509a2 1.58 MB 2,835 4
879,817 879,817 0000000000000000000165cc992be126b9e7afc8ffdbfbc67b588f00b694f5f6 1.67 MB 2,753 5
879,816 879,816 0000000000000000000034fab674e2e3abdf280692677bbca34fb5ce1e7c1120 1.40 MB 1,740 4
879,815 879,815 0000000000000000000162565cb8a97a5ebe98282396d9ea8cab428d3dc24876 1.73 MB 2,797 6
879,814 879,814 0000000000000000000006a229b51c348bf455108384fd7e43e670415c998d2a 1.65 MB 3,741 6
879,813 879,813 00000000000000000001b83411f083c780c656650c9650ec006bfe7a8d7aa5a7 1.52 MB 4,043 10
879,812 879,812 0000000000000000000283894eaddf0163d85873d7750cf73c22b99cc3f77483 1.57 MB 4,045 10
879,811 879,811 0000000000000000000137e2062b3b5287679248c066a80b1c8762e5f6fd77fc 1.58 MB 4,027 6
879,810 879,810 0000000000000000000000a9a6144453135f37125f0c17ad12e634e7874ec0f6 1.62 MB 3,358 10
879,809 879,809 00000000000000000000fc52a6bfb7627cea443fe7f1ed79fbd9cc5d977d6014 1.58 MB 3,696 10
879,808 879,808 00000000000000000000b019330c1272bfd865a3fc1da3f0f852f0d98bf2170a 1.60 MB 3,386 4
879,807 879,807 000000000000000000017983d0be144b5ec62342da625b4e3ee23f4dda57d8c7 1.43 MB 2,972 5
879,806 879,806 000000000000000000007affa26ff7e9aff57b776c1893863137f5fa1e01f620 1.59 MB 3,526 5
879,805 879,805 000000000000000000022dc2b35836a3e93bf009a6422535ed71869c638e32a6 1.59 MB 4,413 6
879,804 879,804 000000000000000000005147dabf0414f5a559a589e96ef75df9c2cc7f636111 1.54 MB 3,247 10
879,803 879,803 0000000000000000000278837fd275e07a3f70d9f6cbc242e4f857a809405d5c 1.61 MB 3,282 9
879,802 879,802 0000000000000000000120fc2bb2655047f021ccc597fe6f421a332b0e06b72d 1.52 MB 3,891 6
Previous 10 blocks ↓
Total Size: 718.22 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,694.93 GB sent, 56.60 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.