Memory Pool Memory Pool Refreshing

64,507 transactions
49.42 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,020 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 1,231 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,019 (655,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,061 192,061 00000000000000d535823d21db7cdcf3fff791afa56632df1bf17cf7c6da6798 0.05 MB 130 27
192,060 192,060 000000000000041af7a9b09a6b0a037069c9bfb4f4c7eb5ce50761690a83cc85 0.11 MB 252 104
192,059 192,059 00000000000006e1c746e60564f263e57eb484019a59db2e1ddbc6698974db3c 0.10 MB 216 173
192,058 192,058 00000000000006a172e8ed87776043febe240342c2a03e5a3a18330563274a72 0.08 MB 130 110
192,057 192,057 00000000000007bb30a05d1f5d4d6625382324ae5c1d4368a17fb11bc1ced65e 0.10 MB 174 155
192,056 192,056 00000000000006963151b52968d66c4efddc549f96ebb6866845757e693278fc 0.06 MB 138 107
192,055 192,055 00000000000001f06dbc14fab98eaa4b265c029e89dbf08a42cffab9e1e90ea5 0.01 MB 30 62
192,054 192,054 0000000000000577e2aed689aa29864bca933d9702aa9f41b0441eb92fe04517 0.02 MB 78 69
192,053 192,053 00000000000004ddcad08d88ed46b5b5a3a4bdf5df6b3ad082f7d1ada04c58ef 0.06 MB 127 323
192,052 192,052 0000000000000026a4a156bbdf471a852562b02bcb41f8b750ca7c88a254fea8 0.04 MB 138 12
192,051 192,051 00000000000006df0e6a59574c068e78835ba652e3aca88c0c35be5940d9ae87 0.11 MB 249 100
192,050 192,050 00000000000007347ba213e31608e15678b6654b41ccbbb1fd5b5d8fcd5eb0cb 0.07 MB 137 43
192,049 192,049 000000000000049f3587bf63efb8bb521b2aebb01be0488a4360dfdae046ab36 0.03 MB 57 73
192,048 192,048 00000000000002a87e3d1ceab5d5fd39c44c687232220c4618a8031b3b8b3e80 0.25 MB 539 128
192,047 192,047 00000000000002b754ffc1e19c97931d7e68a3f3c816a99fd723c1449291349d 0.01 MB 36 647
192,046 192,046 000000000000042728a671b6ec5008ee55a5ce10f4f4eab37de8179368181ed2 0.04 MB 87 1,398
192,045 192,045 00000000000001e6c74dd1a18c92617d4ac29fb831f01e55b42ec4eed499f9e2 0.15 MB 336 165
192,044 192,044 000000000000073f50170f1bb3d1b45d62f7dc0d1a79bca46f83d14d581cc589 0.02 MB 69 14
192,043 192,043 00000000000003c04538d14522d4929c8d3a11dced0e22f2b319199e09dd0819 0.12 MB 299 140
192,042 192,042 00000000000007a08c0ea3a50674dd6b9f56a87ccabe090701daa2c577a04890 0.01 MB 43 121
192,041 192,041 00000000000005986395e6f6f3732b96d55906283a3d190c4e1f34db80123f23 0.06 MB 144 74
Previous 10 blocks ↓
Total Size: 657.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 65 incoming
  • Data Transfer: 336.49 GB sent, 0.91 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.