Memory Pool Memory Pool Refreshing

62,062 transactions
22.45 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,937 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,608 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,936 (53,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
817,398 817,398 000000000000000000009218c6decfc0f0b88df6a171c7ebe6845168cb940a43 1.73 MB 3,768 78
817,397 817,397 000000000000000000031097692365be2712df849a200f6dbf99ca5697d5c486 1.72 MB 4,196 75
817,396 817,396 000000000000000000022e79bd9d91212f971f6b063a11ea8af9fa0d655650f6 1.50 MB 3,886 64
817,395 817,395 0000000000000000000130013d3dac5af58bf6a599d7653757b00a8d4611b951 1.74 MB 2,796 72
817,394 817,394 0000000000000000000174ccac8d21243dc9b972984ca7cffd331cdf6362abe1 1.65 MB 3,288 78
817,393 817,393 00000000000000000002d40e07e2e2480400cd79ce6a238036ad3dedff55c02d 1.61 MB 3,580 78
817,392 817,392 00000000000000000003da293e6ab8bc7bd66ce08f40cf69c0b8508eb64ecf4b 1.75 MB 4,445 101
817,391 817,391 00000000000000000001bcb3df2fefc092f9c9ecdfd4995cb709b75725fd2393 1.70 MB 4,180 122
817,390 817,390 00000000000000000002e4b09cb2ead2694e173f779e7be90c0be4335b35ec46 1.67 MB 3,766 155
817,389 817,389 00000000000000000003750cf4d4a0f6091ac125cf6cc39b82de74c3c7fd0609 1.72 MB 4,447 95
817,388 817,388 00000000000000000002f7f101365e30838c8d1691c85476f70950faeaaa828d 1.72 MB 4,028 101
817,387 817,387 00000000000000000002292f9fe7b144222378d68086a9a5d3da695b0a57c154 1.77 MB 4,359 116
817,386 817,386 000000000000000000044c9e96073619689fccd298c8df4f28a9ad0555df51c9 1.85 MB 2,595 75
817,385 817,385 000000000000000000012ca6770052c4b0496c23bbcdd2f9c7e810fbabc6cfc7 1.79 MB 4,186 90
817,384 817,384 00000000000000000004165f96a6164ff1b2e97784cd4764b92b4e76a61bec16 1.74 MB 4,149 89
817,383 817,383 00000000000000000002cf4e7c6d801a540d8ef1846dc98c55fd2c067c9a359c 1.73 MB 4,404 94
817,382 817,382 0000000000000000000353b81d5a012da71833f0159253fa7f0d0633ef437dd7 1.64 MB 4,064 139
817,381 817,381 00000000000000000002020e2538fe58a3850b49de7d30fa706ca226ade2f586 1.59 MB 3,439 153
817,380 817,380 00000000000000000003216ccadb8596577f6c81fbce3dfa4915ccf5393d4905 1.63 MB 3,739 138
817,379 817,379 00000000000000000003490d2deb7f8ee0ca86055b4bd5310ee81d76fd089534 1.68 MB 3,833 135
817,378 817,378 00000000000000000000016e1b5c357f96f17d6e8facacfd6d211d4b32adaa1b 1.66 MB 3,452 104
Previous 10 blocks ↓
Total Size: 701.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,402.73 GB sent, 218.81 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.