Memory Pool Memory Pool Refreshing

492 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 482 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (786,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,028 121,028 00000000000072a74cc890fd65a1f1fc870e53ffa3bad2e2ed366316ae46533d 0.01 MB 36 409
121,027 121,027 000000000000555d687591c8ee63ab8483166688e529eee9e09f1ccada907ede 0.00 MB 2 0
121,026 121,026 000000000000148b26490d48f10bea50ee749ee78d06cb8a4bd7a664e4e5556d 0.01 MB 16 651
121,025 121,025 0000000000006b01c6bcc0c42fb60dd8ffb3abc3c43c77acddf51968439b96d9 0.00 MB 4 1,295
121,024 121,024 00000000000098d028553328669d0d32593c084d28dd2a000d90e486d32f6f91 0.04 MB 151 0
121,023 121,023 0000000000004eae95bb184dacd3fe1e272e4eeb8e2c6dfeee3314bd88901470 0.00 MB 11 0
121,022 121,022 00000000000033b9d36ac45cba7fd17ce0a641c88175a4e3b2c9f0a8cac22f58 0.01 MB 18 470
121,021 121,021 0000000000008fbfc9fec3ea613bae59118c86eddd3e0df1ef645058c3998c3b 0.01 MB 8 163
121,020 121,020 0000000000000a93ce027acf500aa294e2c6ff58e74499bde8070e848135adf4 0.01 MB 24 1,077
121,019 121,019 00000000000069cbf9663a3f1dd07f52eabc55c9432310ca9ef4490bd57243a0 0.00 MB 1 0
121,018 121,018 0000000000004441bb7e8d53adbf047a281a06dbde22a79b05b0e7a2bddc9f9d 0.00 MB 12 218
121,017 121,017 0000000000003549dbf901d348ed95e2e920e7311c304b109f8e6791ea6c4853 0.01 MB 38 1,651
121,016 121,016 00000000000088aafd531b7c10e0d3cd2e5f9fad0870786eaed442194b9b12e3 0.00 MB 13 1,080
121,015 121,015 0000000000008ebdfb11ffc304957ffd46bd34fe8f958fa3bc485992a24478c3 0.00 MB 1 0
121,014 121,014 00000000000043c8d4081d8259ab0d45b696f2b920ede34aa41e359aded77662 0.01 MB 22 569
121,013 121,013 0000000000002ae7ed932ab9bab081de9d7aa7d5834e24a33707ade32cab328a 0.00 MB 7 1,179
121,012 121,012 00000000000065342830dd781b0228588bce6783e14153b759c1f07044fdf90b 0.01 MB 15 469
121,011 121,011 00000000000025adfa13b670aa30dcbfbd188807dcb586e92d671ea14561d333 0.00 MB 14 1,295
121,010 121,010 00000000000069e01c12dace34a54f202593dea75c729297e512084e87d3b4c1 0.00 MB 1 0
121,009 121,009 00000000000088b7820a82e16e46533399bad43f33c1bff76e3ab31fdf9babe7 0.01 MB 22 422
121,008 121,008 000000000000495dfd2d08a2985b53f18cb4f0cf35500a4f5b1433ca0c8924c1 0.00 MB 15 612
Previous 10 blocks ↓
Total Size: 769.01 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.