Memory Pool Memory Pool Refreshing

71,663 transactions
26.33 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,988 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,681 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,987 (56,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,455 805,455 000000000000000000016bbe9bdafbea92d7b1129cb80230194e07d7159eedf6 1.64 MB 3,040 10
805,454 805,454 00000000000000000002e5e76c363152e7f919a2d919b0ecbdde1f690e56d905 1.69 MB 3,889 9
805,453 805,453 000000000000000000044af729188cb64f0cf3890d9d36cd6730dbc3e98a58e2 1.76 MB 4,112 7
805,452 805,452 000000000000000000047f46af0a72481a7e6258b468166c40211f860eda6c79 1.70 MB 2,515 8
805,451 805,451 00000000000000000002d6ce8999b16f73c04e2e0f758abf1ecb7182d263ec75 1.46 MB 2,657 13
805,450 805,450 000000000000000000037888095de4049b95c4c33d249b672a696b1912ff9100 1.50 MB 2,186 13
805,449 805,449 00000000000000000003052d2b57915a431343f35838557e477e846b1752ce60 1.68 MB 2,935 17
805,448 805,448 00000000000000000001baf7952107760878a98af9bca060a6fc87e34559ae79 1.59 MB 3,046 11
805,447 805,447 00000000000000000004899fb497e978c83e9a6cadc654d835af8cf638e19fb8 1.53 MB 3,272 16
805,446 805,446 000000000000000000037d13e3d74c7be0adf0233a39faa95688655faa266f1f 1.55 MB 2,265 11
805,445 805,445 00000000000000000001d97fe1cd7983f7f9124ff2079928a541f43068b685bf 1.52 MB 3,673 26
805,444 805,444 00000000000000000003bf78226ac1dd4db389ef74ce2ff4d84e8d83a4f8fabc 1.61 MB 3,555 20
805,443 805,443 0000000000000000000372c1414db9f90b80096e98efe3adf943b586a8096f98 1.37 MB 1,711 10
805,442 805,442 000000000000000000013cc67193d84e1a0b7025d263aa1b55c0e80347d937c4 1.55 MB 2,925 9
805,441 805,441 00000000000000000004b57a94498471b7286eaf881b55d3800bab9d6117b3cd 1.51 MB 2,900 10
805,440 805,440 000000000000000000011b8c24bf7752a47ada75b8b328dfcd43b225f14693f7 1.79 MB 4,444 9
805,439 805,439 00000000000000000003be517b718b44ddaacb2e3e60b4bdd8f688e9e0422156 1.44 MB 1,924 10
805,438 805,438 0000000000000000000090735a7d6625a98771c44c0c007d7181446964dfcf78 1.50 MB 3,055 18
805,437 805,437 00000000000000000004a755f8ce41d521ba324f95d79f9039bf61ddb6eeef13 1.90 MB 5,166 6
805,436 805,436 0000000000000000000199cc7a579010831aeb7ea7546f09553120f2ed558acf 1.68 MB 3,182 12
805,435 805,435 00000000000000000000353f67fda45f6c79fa50338c2770fbb2fd47c42f585a 1.58 MB 3,479 18
Previous 10 blocks ↓
Total Size: 684.14 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,328.74 GB sent, 99.44 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.