Memory Pool Memory Pool Refreshing

1,362 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,902 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,355 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (569,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,145 338,145 0000000000000000105b65706e461ed70bfd6fc8bf9993d04bc3dfe388ac4a9c 0.33 MB 690 32
338,144 338,144 00000000000000001676d956b54791be1aa78775ea4dbef0e981c0d4010d3e61 0.08 MB 141 19
338,143 338,143 000000000000000015e14f0516381ed759bc5aa8062a1095da42b86b3ebdf8a2 0.45 MB 773 20
338,142 338,142 00000000000000000120baa08d275471bc0f3dcb1fd82e80516461bf42ec031b 0.34 MB 709 25
338,141 338,141 00000000000000000d8f2b8ce108a3701a504794ea92509b3cdf222b3783c221 0.46 MB 820 25
338,140 338,140 000000000000000005f5f731e0c91ed7f1c230c3b3a0343757120b9250b4cb1e 0.51 MB 949 23
338,139 338,139 0000000000000000054485478937ed96e0bcd9ee296c74f9528bcdf2b978e712 0.12 MB 222 24
338,138 338,138 000000000000000004145b269f0143b4b7b051f72ca8e490fef9b6ffdc503451 0.03 MB 93 31
338,137 338,137 00000000000000001245c2d784133897ca79e22a4dfcf7d4c15613d3e3bc6b9b 0.03 MB 60 21
338,136 338,136 00000000000000001427e7d79e5006945caa1e28ef76e097d59657188f05bca3 0.09 MB 200 34
338,135 338,135 00000000000000000f1f3c25103c6863f99eddb07084bdc3fad332ce73c7f674 0.65 MB 1,231 27
338,134 338,134 00000000000000000b6200f71c731cefda9551acef28dca78bf2300a0cb4a15e 0.09 MB 170 23
338,133 338,133 000000000000000016491744f2af33499691a2a3e560bba91d0d9e17a6009b47 0.29 MB 437 24
338,132 338,132 0000000000000000121f7d12040c991d8ed2f24668540aa11a3271d51c27e5bb 0.06 MB 145 22
338,131 338,131 000000000000000006445010c6ffd030565dee5766c9939cfe8c6586d57b65ec 0.84 MB 1,099 25
338,130 338,130 0000000000000000143ddda06036b860d67633accf2f9c64c70a6726dc7160ce 1.00 MB 2,042 32
338,129 338,129 00000000000000000c342fbf3fccfa87420bebfdf23050cdfb783786e5117cd6 0.10 MB 116 6
338,128 338,128 000000000000000016a44b94300721b613706f347e33a61caeccc875d16e8864 0.34 MB 235 11
338,127 338,127 000000000000000007b19be1397f9f13057e99ce653e08bfab6f835c0b663b45 1.00 MB 2,021 28
338,126 338,126 000000000000000013a85b4b5873d4713282ffa62360cc5f0995165ae5fb31f0 0.36 MB 904 52
338,125 338,125 000000000000000018edd5c822095497f7cf8f1224264df959f33c7f909a09ee 0.08 MB 125 34
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.