Memory Pool Memory Pool Refreshing

41,525 transactions
30.17 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,308 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,353 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,307 (62,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,586 800,586 00000000000000000003b345fb2dacbcb3bce4c3ad30d6406d8e54c5b3d8f01e 2.03 MB 5,865 6
800,585 800,585 00000000000000000004c41f5fddf7e42a9e76ce4cc064071b4ac2303997c325 1.60 MB 2,784 15
800,584 800,584 00000000000000000003fc38061349ceaa0580d419e024a12e778174f73f91fb 1.90 MB 5,265 6
800,583 800,583 000000000000000000013c26b5c7ed4c5ace5caebb0a76841c7b052e6facd7e8 1.89 MB 4,696 8
800,582 800,582 0000000000000000000257e751f5518ce0383bf5623f46473114a3def64079bf 1.68 MB 2,029 7
800,581 800,581 0000000000000000000111a7339a334ca28c42df96fd596f575f00f58d37841f 1.31 MB 1,102 15
800,580 800,580 00000000000000000002164dbeceba1a72e7d5d3c1e08e6b161312ef6e61506e 1.52 MB 3,744 19
800,579 800,579 000000000000000000009ac1bc41feadb8aeabfcd029077fa30c22129f8f91e3 1.59 MB 3,212 7
800,578 800,578 00000000000000000001153ad6963922448a7529c1657677ad3eabd42c6b6652 2.04 MB 3,313 6
800,577 800,577 00000000000000000000bc5d17227cd8629e1b97fe6d11b60ae61e9041ab81b0 1.56 MB 3,480 14
800,576 800,576 00000000000000000002fa1d9aba407620a9ee0cb76665b1ca9ba6f804587711 1.94 MB 2,586 7
800,575 800,575 00000000000000000003359a18a52b751d231c4d6ac9141c0ba1137baeaed429 2.25 MB 2,124 7
800,574 800,574 00000000000000000001f25700be4c78a221e8e2942f01aa0d201b1812f3ef8f 1.96 MB 5,147 7
800,573 800,573 00000000000000000004eb15dee5c49fbe492badb584dadf4817740f83315220 1.73 MB 1,597 8
800,572 800,572 00000000000000000003992a13918ae5c4ece67aa4ed14b81d026301b506712f 1.61 MB 2,716 17
800,571 800,571 000000000000000000046f8382a8fddc7640f0af0b25f477762725b53a317807 1.84 MB 5,171 8
800,570 800,570 00000000000000000000f2fb02e783f1b02f7b2c3e449de406d9ce77091fa5f7 1.68 MB 3,099 10
800,569 800,569 00000000000000000003cb5d9a73e1c2105237b000c13f59106abc05779da902 0.00 MB 1 0
800,568 800,568 00000000000000000002d14de0db85118b466c9906113d60b83f7440862ffb6c 2.06 MB 4,883 9
800,567 800,567 00000000000000000004bad741a36edb3de5b9860bf71533fd5141114c4228d4 1.66 MB 1,768 13
800,566 800,566 00000000000000000003b515577b2cef0c09f6904d9e54d33f94c217d1632a2d 1.62 MB 3,410 11
Previous 10 blocks ↓
Total Size: 686.70 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,486.81 GB sent, 116.48 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.