Memory Pool Memory Pool Refreshing

3,601 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,712 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,473 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (650,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,824 256,824 000000000000001bc5fe3f7ca9caba408c99befe02bdbb86f714e310eee2c4df 0.01 MB 22 78
256,823 256,823 0000000000000018a7c8384056b40facb99e586977cd400c75816385e4ea0f94 0.15 MB 385 157
256,822 256,822 00000000000000128eddc9749ac88c440cfab18bf52e0f7755474fcb0254a920 0.06 MB 161 192
256,821 256,821 00000000000000034c7244904e402d05fddc4a9089677e665a15c89512d36160 0.07 MB 166 137
256,820 256,820 000000000000000d373e32ae8167c219f56b6819e8259b2920c580230930d710 0.12 MB 289 135
256,819 256,819 0000000000000009aea9abe8fd6520c2295a94746d2e01378921ad1fc36ed4a9 0.01 MB 15 110
256,818 256,818 0000000000000007bed1f8466a98c8bc483369ba611c59443895348a1f7ef8ce 0.24 MB 570 79
256,817 256,817 00000000000000211c65b80a0be4cbf07ec39733728f302e128127391eeff199 0.25 MB 633 146
256,816 256,816 000000000000000d76a558b00f596dd38aad126880cba964d18e55ae041aabc2 0.10 MB 255 128
256,815 256,815 000000000000000d42c7852c90608ddc8c5416acd04656f2f43988236cb72d67 0.04 MB 96 94
256,814 256,814 00000000000000195c8f4282e8f6f0224ac07c61b4c33f5ecddaef3c6e447343 0.16 MB 369 113
256,813 256,813 000000000000001f00c4c88e75e90593e3581bd9aa204b1c7c6fa1b86d6864df 0.10 MB 250 115
256,812 256,812 0000000000000009af05fa42d688dd975249a21a3fe66389ca3a2a4a79373fb2 0.31 MB 815 129
256,811 256,811 000000000000000f7391ade3d86c773252c59a3f3676b446d5e38f6c34bbd5ec 0.04 MB 97 137
256,810 256,810 00000000000000203212b020faf7d28151f1a1c2df7b13732ba23d7377746615 0.08 MB 216 114
256,809 256,809 0000000000000018b35fab5c72680d1e40c0f9b89f0006d165c6a6b7589ffdea 0.08 MB 157 91
256,808 256,808 0000000000000009653b6829961f8dab9750deade9587860968deaa50b7baf12 0.06 MB 86 56
256,807 256,807 00000000000000153972644a8991d5d9bd76bbde2f8219a2e020885f045f032c 0.11 MB 231 120
256,806 256,806 0000000000000013424ef19b41f886b886e49c8ed379a3939689576b2fa1ec26 0.16 MB 346 109
256,805 256,805 000000000000002a091135532afc93a0353e1a869fbc3afa06519da14bbe05f0 0.25 MB 648 131
256,804 256,804 0000000000000012463bdc772cb5b13c4755d8b7ed1805ab7c5e96e20e60d2d5 0.10 MB 223 80
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 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.