Memory Pool Memory Pool Refreshing

34,041 transactions
31.36 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
862,998 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,525 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,997 (802,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
60,644 60,644 000000000e2c881bf29252d77716091181045586d8a63a9a81019c55b6adc9dd 0.00 MB 1 0
60,643 60,643 00000000093f04eb7e5053a4f704d881040e7703559da59156495276862aeb22 0.00 MB 2 0
60,642 60,642 000000000e2f85376780c8c4cf7d9485436a31d5dca32e86e73cbc6c174737c5 0.00 MB 1 0
60,641 60,641 000000000202c99b50703b47381947e4dca38c0c2de4ab9193b4e6911e34e199 0.00 MB 1 0
60,640 60,640 000000000505e0797c2f3291ad2213c0d4772bb8f729ccedac1c3bd313c80c52 0.00 MB 2 0
60,639 60,639 0000000001c37097159e6d38310d625243304ffff8c341cc95a44c24be77b2eb 0.00 MB 3 0
60,638 60,638 00000000023c447d9941179c9f95b1592df12bcd2ff7b572fb9074184f91be81 0.00 MB 2 0
60,637 60,637 00000000041992db9454c221cea6e28e93d47c29314632b3feb59b5909cfdb08 0.00 MB 2 0
60,636 60,636 00000000066ceccf8fe1cd10af13e4c4e8cbed77c38ea44664ab28ee8fa7e53f 0.00 MB 1 0
60,635 60,635 0000000005ffbf3d6d8b8fcb68d2dce5ea878a0072c85ff34447b1835ce3d96f 0.00 MB 1 0
60,634 60,634 0000000005fe74a022f65020fd7ec12f7ac68a9e09b8f0a8f45f0aa9f9d8d195 0.00 MB 1 0
60,633 60,633 000000000d6abdaee764b2c0fe51097af93c6ccdde249e9499eb1f07a2fcf21c 0.00 MB 1 0
60,632 60,632 0000000001e631678ed3d0ae45191b172c4a28ba574926eae43a2f9bf458afd5 0.00 MB 1 0
60,631 60,631 000000000580846b237a7df526331870a06dd772c350789fc7d19936b870a71c 0.00 MB 1 0
60,630 60,630 000000000889b3aa40fd385ccac625b318d0e8bc6a35c591b0c79cb65d38cd07 0.00 MB 1 0
60,629 60,629 000000000d1d498884668b1eb15283ae1c3c1c4b9d6b4c270a8a836b45b357a5 0.00 MB 1 0
60,628 60,628 000000000b1e1447025704399f227fb66c31596cbe07b590e7a7d15f7f26fb0e 0.00 MB 1 0
60,627 60,627 00000000049e09adffb6442b64b1ff65bf72865ba6e42379f0eed306c59c1e46 0.00 MB 1 0
60,626 60,626 000000000807850b9c4bb639f70b8df7679116480e9f78e970b5dd3e5598297a 0.00 MB 1 0
60,625 60,625 0000000009035e2791ef8de3fd409020a1f9d91d1be5a4148ccc580a0b9f71a3 0.00 MB 1 0
60,624 60,624 000000000c22043be4a512fdaaacb3e33c1fc49135dfb93dab0deec960f9a663 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 686.09 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,415.31 GB sent, 112.63 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.