Memory Pool Memory Pool Refreshing

17,413 transactions
29.16 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,183 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,182 (39,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,944 822,944 00000000000000000003299a4696c5bf520f447fa69b278846f6fc8b75d89cdc 1.74 MB 4,109 94
822,943 822,943 00000000000000000000cba3709f9099673f026144634df7fd69c9bba49e1108 1.76 MB 4,130 111
822,942 822,942 000000000000000000003d93c12fbe7df414f6e7fbdf63029b9858367eadd128 1.97 MB 4,167 91
822,941 822,941 00000000000000000001830206321da870be189349d28d92202c9a63940e6817 2.88 MB 1,301 63
822,940 822,940 00000000000000000000fe516d119e7d6613a4bb0a200f8a099b828854310e77 1.84 MB 4,245 80
822,939 822,939 000000000000000000004798ef3a3e3582e9afb0531edf92fc83c15bb97f3b21 1.81 MB 3,863 88
822,938 822,938 000000000000000000033157c219b97478d9ca3317344f4957514a4828172eee 1.75 MB 3,895 97
822,937 822,937 000000000000000000016f21e2ee25cfdec70ec12a95c6ed7cfa7b9975c3fc88 1.69 MB 3,888 131
822,936 822,936 00000000000000000002d953e5123a1b733fe9bd82b0844b7ffa087132c05999 1.80 MB 4,489 110
822,935 822,935 0000000000000000000024676bcc68c1cfddeb1da4e5711c8bf60ff8e114cfe7 1.71 MB 3,956 124
822,934 822,934 0000000000000000000236084efcf95f94fd97ae808c52cf43ff786ba27a489f 1.65 MB 3,783 127
822,933 822,933 00000000000000000000fe020add424b4636e2d377972a3c37265c6e931525fd 1.93 MB 4,288 89
822,932 822,932 00000000000000000001e59984345f2cbf3554955f04e6aaa6f2071c1a25a953 1.84 MB 4,089 97
822,931 822,931 00000000000000000002667a5c90e475bf2370aa25c1250f2f74250b02663313 1.95 MB 5,025 87
822,930 822,930 0000000000000000000266237b6d9416819acf634ef656f13c55e302c0795cfc 1.79 MB 4,399 108
822,929 822,929 0000000000000000000092e5680c03c2f478e9cc567fe2cc31da17749959e688 1.82 MB 3,334 75
822,928 822,928 00000000000000000000d26d05471d60a94640325b4123558f23707238e726c1 1.66 MB 3,639 126
822,927 822,927 000000000000000000011b886713fe8fe92f6f24258b26b59e5c322af143623c 2.02 MB 3,678 81
822,926 822,926 00000000000000000003d6e8deb79c5e6a108e585dae2337025286a05c662f51 2.01 MB 3,106 69
822,925 822,925 0000000000000000000216693af39502ccbd7819ea9e4523cdc0b2ab391fa6e1 1.93 MB 4,142 95
822,924 822,924 000000000000000000006125315d45b5303548977bb1802e008cef172a2b705c 1.79 MB 4,041 91
Previous 10 blocks ↓
Total Size: 684.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,347.76 GB sent, 101.48 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.