Memory Pool Memory Pool Refreshing

31,805 transactions
26.99 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,460 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,459 (57,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,585 805,585 00000000000000000004e60c667651570f5f9b792e2cca8d1bd7f2b425d0fb1d 1.43 MB 3,591 15
805,584 805,584 00000000000000000004a0b9b47489cd639c8696b2ec60213370fff27abc3bc4 1.26 MB 2,267 23
805,583 805,583 000000000000000000034041b6016a1e973b80bc70d074e638e7af076c63697a 1.42 MB 2,483 18
805,582 805,582 00000000000000000000e1ef62ffecf47df0a68857f5e761a0cfd925c0e2b121 1.61 MB 3,049 19
805,581 805,581 00000000000000000004c0561c79e4f62a2b1c90c007f2c0f976fdebebe9b7fc 1.47 MB 3,365 18
805,580 805,580 00000000000000000000682781967bba44d913fcf82a86babc1bda268c558697 1.64 MB 3,342 20
805,579 805,579 00000000000000000002e14fd3f6a6ff9b64be5a985855a82a1f2564f37ac443 1.44 MB 2,863 25
805,578 805,578 00000000000000000002b4f78a1d403e9f49227a5b98bea8397e44e739528ef1 1.46 MB 3,215 24
805,577 805,577 0000000000000000000215e3c7faa87e063a9e91e45d09194b10f612913ca134 1.59 MB 3,515 18
805,576 805,576 000000000000000000032c72b06d4ccf581c39080de349cbd88ffd0df463c9c3 1.61 MB 3,726 21
805,575 805,575 0000000000000000000152866a76e40c0e783d8d525b4c8a95306dc2a5f00caf 1.64 MB 3,883 20
805,574 805,574 000000000000000000029ec39a24ae048e52535a3c407000f2d1b91e03952b39 1.58 MB 3,202 24
805,573 805,573 0000000000000000000101fb73172c02f628843517413246646c4e7f45b38a85 1.76 MB 1,790 19
805,572 805,572 000000000000000000015bd9767d879f7fd4b01cad172add3f513a8a5ee1f65a 1.52 MB 3,197 21
805,571 805,571 00000000000000000003afce5656a7a9f09718a508d2a36664201e514f4e4f21 1.50 MB 3,327 25
805,570 805,570 000000000000000000006bd37b8b584c4e685df76b44ca23198fda9c249d9a2e 1.58 MB 3,590 29
805,569 805,569 00000000000000000001158029cd1058b7757c7b997e6d35d5b4bae64b1b586e 1.52 MB 3,345 33
805,568 805,568 0000000000000000000169c73720a0d653dd2e13a903a2f0fd6a5ec261538df7 1.55 MB 3,595 21
805,567 805,567 000000000000000000024e1d12a5c7219c1dfadbf7cf49f6ea1f1e4aa8174a34 1.57 MB 3,962 23
805,566 805,566 00000000000000000004f6443ff34054c6fa4576c5ffcaab18c71563b6548961 1.47 MB 3,625 22
805,565 805,565 00000000000000000004f1405ecec8f67fdb19a4e76f5437db94816eb946b158 1.28 MB 1,886 10
Previous 10 blocks ↓
Total Size: 686.99 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,500.65 GB sent, 118.35 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.